improve styling

This commit is contained in:
Philipp Kühn
2020-10-12 13:21:16 +02:00
parent b8483f4c08
commit fb101c05f3
3 changed files with 17 additions and 13 deletions

View File

@@ -64,10 +64,6 @@ export default {
overflow: auto;
max-height: unquote("max(300px, 60vh)");
padding: 1.5rem;
&::-webkit-scrollbar-thumb {
background-color: rgba($colorWhite, 0.25);
}
}
.prism-editor__container {