1
0
Files
AstralRinth/assets/styles/utils.scss
Geometrically 86f37863a7 Lots of fixes - see trello (#347)
* A ton of fixes

* Fix project deletion message
2022-01-28 18:11:34 -07:00

13 lines
110 B
SCSS

.hidden {
display: none;
}
.w-100 {
width: 100%;
}
body {
overflow-y: scroll;
overflow-x: hidden;
}