diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..caac0c7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*] +indent_size = 4 +indent_style = space +insert_final_newline = true +charset = utf-8 \ No newline at end of file diff --git a/index.html b/index.html index 2cc5ce5..ab8d931 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,11 @@ .content { margin: 0 2rem; } + + .scroll-test { + height: 100px; + overflow-y: scroll; + } @@ -260,7 +265,13 @@ + +