improve scrollable containers

This commit is contained in:
Philipp Kühn
2021-02-04 22:10:08 +01:00
parent 74a9cb90ec
commit ea16c713a4
4 changed files with 27 additions and 30 deletions

View File

@@ -46,7 +46,7 @@ pre[class*="language-"] {
background: $codeBackground;
padding: 1.25rem !important;
border-radius: 0.75rem;
max-height: unquote("max(300px, 70vh)");
max-height: unquote("max(300px, 60vh)");
&::-webkit-scrollbar-thumb {
background-color: rgba($colorWhite, 0.2);