WIP Изменила скролл
This commit is contained in:
@@ -398,18 +398,30 @@ export default {
|
|||||||
|
|
||||||
.schedule-body
|
.schedule-body
|
||||||
width: 100%
|
width: 100%
|
||||||
height: calc(100vh - 56px - 8px - 56px)
|
height: calc(100vh - 56px - 8px - 56px - 2px)
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
&::-webkit-scrollbar
|
&::-webkit-scrollbar
|
||||||
width: 8px
|
width: 52px
|
||||||
height: 8px
|
height: 30px
|
||||||
&::-webkit-scrollbar-track
|
&::-webkit-scrollbar-track:horizontal
|
||||||
|
margin: 0 24px 0 104px
|
||||||
background-color: var(--bg-ligth-blue-color)
|
background-color: var(--bg-ligth-blue-color)
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
&::-webkit-scrollbar-thumb
|
border-bottom: 22px solid var(--default-white)
|
||||||
border-radius: 4px
|
&::-webkit-scrollbar-thumb:horizontal
|
||||||
background-color: var(--btn-blue-color-2)
|
background-color: var(--btn-blue-color-2)
|
||||||
|
border-radius: 4px
|
||||||
|
border-bottom: 22px solid var(--default-white)
|
||||||
|
&::-webkit-scrollbar-track:vertical
|
||||||
|
margin: 72px 0 24px 0
|
||||||
|
background-color: var(--bg-ligth-blue-color)
|
||||||
|
border-left: 22px solid var(--default-white)
|
||||||
|
border-right: 22px solid var(--default-white)
|
||||||
|
&::-webkit-scrollbar-thumb:vertical
|
||||||
|
background-color: var(--btn-blue-color-2)
|
||||||
|
border-left: 22px solid var(--default-white)
|
||||||
|
border-right: 22px solid var(--default-white)
|
||||||
|
|
||||||
.hiding-container
|
.hiding-container
|
||||||
width: 80px
|
width: 80px
|
||||||
|
|||||||
Reference in New Issue
Block a user