Compare commits
3 Commits
retheme
...
db5a363bff
Author | SHA1 | Date | |
---|---|---|---|
db5a363bff | |||
bc6b12afa1 | |||
6424f66732 |
8
src/index.scss
Executable file → Normal file
8
src/index.scss
Executable file → Normal file
@ -1,5 +1,8 @@
|
||||
@import "./vars.scss";
|
||||
|
||||
body {
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
|
||||
// html {
|
||||
// min-height: 100%;
|
||||
@ -49,6 +52,11 @@
|
||||
|
||||
// }
|
||||
|
||||
|
||||
body {
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
|
||||
.def-shadow {
|
||||
box-shadow: 0px 5px 8px 2px rgba(66, 66, 66, 0.53);
|
||||
}
|
||||
|
Reference in New Issue
Block a user