🐛 Fix pages dropdown in viewer

This commit is contained in:
alonso.torres 2021-10-28 16:54:14 +02:00
parent 9437cc1806
commit ae72db8129
4 changed files with 23 additions and 20 deletions

View file

@ -6,7 +6,6 @@
height: 48px;
padding: 0 $size-4 0 55px;
position: relative;
z-index: 12;
justify-content: space-between;
a {

View file

@ -6,7 +6,7 @@
overflow: hidden;
display: flex;
flex-direction: column;
z-index: 12;
z-index: 10;
&.invisible {
visibility: hidden;