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 {
|
.notification-area {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999999;
|
|
||||||
top: 0px;
|
top: 0px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
z-index: 999999;
|
||||||
|
pointer-events: none; // Prevent this div from blocking links underneath
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
display: none;
|
display: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user