Покрасила скроллбар

This commit is contained in:
Daria Golova
2022-11-10 14:12:37 +03:00
parent 9f5d86a3b8
commit 91c39c14b2

View File

@@ -404,6 +404,15 @@ export default {
height: calc(100vh - 56px - 8px - 56px) height: calc(100vh - 56px - 8px - 56px)
overflow-y: auto overflow-y: auto
overflow-x: auto overflow-x: auto
&::-webkit-scrollbar
width: 8px
height: 8px
&::-webkit-scrollbar-track
background-color: var(--bg-ligth-blue-color)
border-radius: 4px
&::-webkit-scrollbar-thumb
border-radius: 4px
background-color: var(--btn-blue-color-2)
.hiding-container .hiding-container
width: 80px width: 80px