mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
CSS fixes for .notification-area and .alert
Missed from previous commit
This commit is contained in:
parent
5c902397e3
commit
39530831d8
@ -94,15 +94,17 @@
|
||||
|
||||
.notification-area {
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
top: 0px;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
z-index: 999999;
|
||||
pointer-events: none; // Prevent this div from blocking links underneath
|
||||
}
|
||||
|
||||
.alert {
|
||||
display: none;
|
||||
border-radius: 5px;
|
||||
opacity: 0.9;
|
||||
pointer-events: all;
|
||||
}
|
Loading…
Reference in New Issue
Block a user