mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 05:36:12 +02:00
🐛 Fix code block height
This commit is contained in:
parent
a207114d95
commit
6db7fe5f7b
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
.element-options {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - #{$s-128}); // TODO: Fix this hardcoded value
|
||||
height: calc(100vh - #{$s-160}); // TODO: Fix this hardcoded value
|
||||
overflow: hidden;
|
||||
padding-bottom: $s-16;
|
||||
overflow-y: auto;
|
||||
|
@ -17,6 +17,10 @@
|
|||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
.viewer-code-block {
|
||||
height: calc(100vh - #{$s-108}); // TODO: Fix this hardcoded value
|
||||
}
|
||||
|
||||
.download-button {
|
||||
@extend .button-secondary;
|
||||
@include uppercaseTitleTipography;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue