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