Horizontal scroll changes
This commit is contained in:
@@ -83,6 +83,7 @@ p {
|
|||||||
|
|
||||||
.scrollable-content, ::-webkit-scrollbar {
|
.scrollable-content, ::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-content, ::-webkit-scrollbar * {
|
.scrollable-content, ::-webkit-scrollbar * {
|
||||||
@@ -92,3 +93,7 @@ p {
|
|||||||
.scrollable-content, ::-webkit-scrollbar-thumb {
|
.scrollable-content, ::-webkit-scrollbar-thumb {
|
||||||
background: var(--control_background_hover) !important;
|
background: var(--control_background_hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scrollbar-corner, ::-webkit-scrollbar-corner {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user