Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: enforce scroll to avoid jumpiness
This commit is contained in:
commit
778384b609
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ body {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
overscroll-behavior-y: none;
|
overscroll-behavior-y: none;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue