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