Tranga-Website/Website/styles/monitorMangaList.css
2024-10-18 19:46:17 +02:00

11 lines
257 B
CSS

#MonitorMangaList {
position: relative;
display: flex;
flex-flow: row;
flex-wrap: nowrap;
flex-grow: 1;
height: 100%;
overflow-y: scroll;
scrollbar-color: var(--accent-color) var(--primary-color);
scrollbar-width: thin;
}