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:
@@ -1,5 +1,5 @@
|
||||
.toolBar {
|
||||
position : relative;
|
||||
position : absolute;
|
||||
z-index : 1;
|
||||
display : flex;
|
||||
flex-wrap : wrap;
|
||||
|
||||
Reference in New Issue
Block a user