Attempt to disable scrollbar on full screen modal
This commit is contained in:
parent
b6398db811
commit
1a64aa9c19
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue