|
|
@ -860,3 +860,23 @@ |
|
|
|
height: calc(100vh - 120px); |
|
|
|
margin-top: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 7px; |
|
|
|
height: 7px; |
|
|
|
background-color: #fdb846; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-track { |
|
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
|
|
|
border-radius: 10px; |
|
|
|
background-color: #F5F5F5; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb { |
|
|
|
border-radius: 10px; |
|
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); |
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); |
|
|
|
background-color: #c8c8c8; |
|
|
|
} |