Фикс скроллбара клиентов

This commit is contained in:
megavrilinvv
2022-11-25 17:21:06 +03:00
parent 07e6b0938f
commit deea88ce3b
4 changed files with 4 additions and 13 deletions

View File

@@ -142,10 +142,12 @@ export default {
<style lang="sass" scoped>
.wrapper-table
background-color: var(--default-white)
height: calc(100vh - 64px)
.table-container
overflow: auto
&::-webkit-scrollbar
height: 4px
height: 4px
width: 4px
&::-webkit-scrollbar-track
background-color: rgba(211, 212, 220, 0.5)
border-radius: 8px