Fixed chrome scrollbar issue
This commit is contained in:
@@ -42,10 +42,14 @@ watch(searchText, (newT, oldT) => {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.champion-container {
|
.champion-container {
|
||||||
width: 1385px;
|
width: 1390px;
|
||||||
height: 660px;
|
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;
|
margin: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user