Refactor the HideScrollbar. Finish scrollbar in HideScrollbar.
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
overflow: scroll;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
|
||||
.hide-scrollbar-content {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -35,7 +39,7 @@
|
||||
height: 100%;
|
||||
border-radius: 8px;
|
||||
background-color: constants.$font-secondary-color;
|
||||
transition: all .2s;
|
||||
transition: background-color .2s;
|
||||
}
|
||||
:hover {
|
||||
background-color: constants.$font-main-color;
|
||||
|
||||
Reference in New Issue
Block a user