Tranga-Website/Website/styles/monitorMangaList.css

11 lines
257 B
CSS
Raw Normal View History

2024-10-18 19:46:17 +02:00
#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;
}