mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
12 lines
88 B
SCSS
12 lines
88 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|