Fixed extension navigation consuming pointer events

This commit is contained in:
Eduard Urbach 2018-04-04 11:47:52 +02:00
parent 2f7dc5b662
commit 60f568b9b1
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
padding 1.2rem padding 1.2rem
width 100% width 100%
z-index 2 z-index 2
pointer-events none
> 790px > 790px
.extension-navigation .extension-navigation

View File

@ -43,6 +43,7 @@ button, .button
padding 0.5rem 1rem padding 0.5rem 1rem
color link-color color link-color
align-items center align-items center
pointer-events all
button-hover button-hover