21 lines
318 B
SCSS
21 lines
318 B
SCSS
html {
|
|
scrollbar-gutter: stable;
|
|
}
|
|
|
|
body {
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
}
|
|
|
|
::selection {
|
|
@apply bg-primary-600 text-white;
|
|
}
|
|
|
|
noscript {
|
|
@apply text-center;
|
|
}
|
|
|
|
.emojione {
|
|
@apply w-4 h-4 -mt-[0.2ex] mb-[0.2ex] inline-block align-middle object-contain;
|
|
}
|