feat(global): initialize project and framework structure, dockerize
This commit is contained in:
8
app/assets/scss/_utilities.scss
Normal file
8
app/assets/scss/_utilities.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Custom small utilities */
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user