mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 05:16:10 +02:00
♻️ Replace tab switcher on viewer
This commit is contained in:
parent
129b7afda9
commit
63ffa704f5
6 changed files with 51 additions and 31 deletions
|
@ -9,9 +9,12 @@
|
|||
.element-options {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
height: calc(100vh - #{$s-128}); // TODO: Fix this hardcoded value
|
||||
overflow: hidden;
|
||||
padding-bottom: $s-16;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue