improve the drawing example

This commit is contained in:
Hans Pagel
2021-01-11 15:30:43 +01:00
parent b6e57d8a6a
commit 9ac2179697
4 changed files with 28 additions and 6 deletions

View File

@@ -9,6 +9,9 @@
border-bottom-width: 0;
color: $colorBlack;
background-color: $colorWhite;
max-height: 50rem;
overflow: auto;
scroll-behavior: smooth;
}
&__source {