16 lines
228 B
CSS
16 lines
228 B
CSS
html,
|
|
body,
|
|
#app,
|
|
.v-application {
|
|
overflow: auto !important;
|
|
font-family: "Roboto Sans", ui-sans-serif, system-ui, sans-serif;
|
|
}
|
|
|
|
.no-scrollbar {
|
|
scrollbar-width: none;
|
|
}
|
|
|
|
.no-scrollbar::-webkit-scrollbar {
|
|
width: 0;
|
|
}
|