Fixed chrome scrollbar issue

This commit is contained in:
2024-11-23 16:49:35 +01:00
parent 1e1de7bdf2
commit 011ebcb054

View File

@@ -42,9 +42,13 @@ watch(searchText, (newT, oldT) => {
outline: none;
}
.champion-container {
width: 1385px;
width: 1390px;
height: 660px;
overflow: scroll;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-color: var(--color-on-surface) var(--color-surface-darker);
scrollbar-width: thin;
margin: auto;
}