mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 15:42:38 +00:00
Stop error bar from blocking menus
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
.errorBar {
|
||||
position : absolute;
|
||||
z-index : 1000;
|
||||
top : 32px;
|
||||
z-index : 1;
|
||||
width : 100%;
|
||||
color : white;
|
||||
background-color : @red;
|
||||
|
||||
Reference in New Issue
Block a user