Blocking scroll to reload
This commit is contained in:
parent
b05e2d3c55
commit
bc6b12afa1
5
src/index.scss
Executable file → Normal file
5
src/index.scss
Executable file → Normal file
@ -49,6 +49,11 @@
|
|||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
body {
|
||||||
|
overscroll-behavior-y: contain;
|
||||||
|
}
|
||||||
|
|
||||||
.def-shadow {
|
.def-shadow {
|
||||||
box-shadow: 0px 5px 8px 2px rgba(66, 66, 66, 0.53);
|
box-shadow: 0px 5px 8px 2px rgba(66, 66, 66, 0.53);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user