Fix body classes 🤦
This commit is contained in:
@@ -24,13 +24,6 @@ html {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
|
|
||||||
&.block-scroll {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
&.is-loading * {
|
|
||||||
cursor: wait !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@include font-smooth;
|
@include font-smooth;
|
||||||
@@ -39,6 +32,13 @@ body {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
|
|
||||||
|
&.block-scroll {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
&.is-loading * {
|
||||||
|
cursor: wait !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
|||||||
Reference in New Issue
Block a user