improve scrollable iframes

This commit is contained in:
Philipp Kühn
2021-02-02 21:42:09 +01:00
parent d382b6891c
commit 3ce615326e
2 changed files with 8 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
border-bottom-width: 0;
color: $colorBlack;
background-color: $colorWhite;
max-height: 50rem;
max-height: unquote("max(300px, 60vh)");
overflow: auto;
scroll-behavior: smooth;
border: 1px solid rgba($colorBlack, 0.1);