vb_book/public/assets/scss/custom/structure/_general.scss
2024-10-29 15:37:48 +05:30

12 lines
106 B
SCSS
Executable File

//
// general.scss
//
html {
position: relative;
min-height: 100%;
}
body {
overflow-x: hidden;
}