Ross Mountjoy 78e9600167 fixed firefox scrollbar issue
fixed error when background set to None
added material color scheme colors
fixed mobile issues
2020-02-03 20:09:43 -05:00

18 lines
317 B
CSS

@media (min-width: 990px)
{
body {
overflow: hidden !important;
}
}
.settings-page-card {
max-height: calc(100vh - 30px);
min-height: calc(100vh - 30px);
}
#apps .dropdown-content {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
background: var(--theme-surface-1);
}