12 lines
106 B
SCSS
12 lines
106 B
SCSS
//
|
|
// general.scss
|
|
//
|
|
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
overflow-x: hidden;
|
|
} |