Merge branch 'threecolumn' into shigusegubu-vue3

* threecolumn:
  enforce scroll to avoid jumpiness
This commit is contained in:
Henry Jameson 2022-04-11 23:55:03 +03:00
commit 778384b609

View file

@ -20,6 +20,7 @@ body {
-moz-osx-font-smoothing: grayscale;
overscroll-behavior-y: none;
overflow-x: clip;
overflow-y: scroll;
&.hidden {
display: none;