mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 16:16:12 +02:00
🐛 Fix pages dropdown in viewer
This commit is contained in:
parent
9437cc1806
commit
ae72db8129
4 changed files with 23 additions and 20 deletions
|
@ -6,7 +6,6 @@
|
|||
height: 48px;
|
||||
padding: 0 $size-4 0 55px;
|
||||
position: relative;
|
||||
z-index: 12;
|
||||
justify-content: space-between;
|
||||
|
||||
a {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 12;
|
||||
z-index: 10;
|
||||
|
||||
&.invisible {
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue