Prevent status message from eating pointer events
This commit is contained in:
@ -5,6 +5,7 @@ loading-anim-size = 24px
|
||||
position fixed
|
||||
bottom 1.15rem
|
||||
right 1.15rem
|
||||
z-index 1
|
||||
pointer-events none
|
||||
|
||||
.sk-cube-grid
|
||||
|
@ -8,6 +8,9 @@
|
||||
pointer-events none
|
||||
z-index 1000
|
||||
|
||||
&.fade-out
|
||||
z-index 1
|
||||
|
||||
#status-message-text
|
||||
flex 1
|
||||
text-align center
|
||||
|
Reference in New Issue
Block a user