♻️ Replace tab switcher on viewer

This commit is contained in:
Eva Marco 2024-08-14 14:39:48 +02:00
parent 129b7afda9
commit 63ffa704f5
6 changed files with 51 additions and 31 deletions

View file

@ -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 {