0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 13:42:38 +00:00

Change .toolbar position to absolute

Set as relative position, the toolbar (and mysteriously, the pageInfo box) would jump up 29px (toolbar height) when the "next page" button was clicked.  absolute pos fixes this.
This commit is contained in:
Gazook89
2024-08-18 18:51:46 -05:00
parent 499c640a11
commit 05dd5e4c04

View File

@@ -1,5 +1,5 @@
.toolBar {
position : relative;
position : absolute;
z-index : 1;
display : flex;
flex-wrap : wrap;