Push out notifications when opening sidebar
This commit is contained in:
@@ -2,14 +2,19 @@
|
||||
position: absolute;
|
||||
z-index: 1010;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
right: 65px;
|
||||
top: 45px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-end;
|
||||
transition: right 0.3s;
|
||||
|
||||
&.toolarea-open {
|
||||
right: 25%;
|
||||
}
|
||||
|
||||
+desktop() {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user