mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
5 lines
64 B
SCSS
5 lines
64 B
SCSS
|
// Overflow Hidden
|
||
|
.o-hidden {
|
||
|
overflow: hidden !important;
|
||
|
}
|