Prevent status message from eating pointer events
This commit is contained in:
parent
84a53c1b4b
commit
c95355383e
@ -7,8 +7,9 @@
|
|||||||
position fixed
|
position fixed
|
||||||
bottom 0
|
bottom 0
|
||||||
left 0
|
left 0
|
||||||
padding 1rem
|
padding 1.2rem
|
||||||
width 100%
|
width 100%
|
||||||
|
z-index 2
|
||||||
|
|
||||||
> 790px
|
> 790px
|
||||||
.extension-navigation
|
.extension-navigation
|
||||||
|
@ -5,6 +5,7 @@ loading-anim-size = 24px
|
|||||||
position fixed
|
position fixed
|
||||||
bottom 1.15rem
|
bottom 1.15rem
|
||||||
right 1.15rem
|
right 1.15rem
|
||||||
|
z-index 1
|
||||||
pointer-events none
|
pointer-events none
|
||||||
|
|
||||||
.sk-cube-grid
|
.sk-cube-grid
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
pointer-events none
|
pointer-events none
|
||||||
z-index 1000
|
z-index 1000
|
||||||
|
|
||||||
|
&.fade-out
|
||||||
|
z-index 1
|
||||||
|
|
||||||
#status-message-text
|
#status-message-text
|
||||||
flex 1
|
flex 1
|
||||||
text-align center
|
text-align center
|
||||||
|
Loading…
Reference in New Issue
Block a user