Ross Mountjoy 5cdd55976d 1
2020-01-30 20:54:04 -05:00

14 lines
274 B
CSS

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);
}