Files
homarr/apps/nextjs/src/styles/scroll-area.scss
2024-07-27 18:11:29 +02:00

5 lines
118 B
SCSS

.scroll-area-w100 .mantine-ScrollArea-viewport > div:nth-of-type(1) {
width: 100%;
display: inherit !important;
}