We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f949d commit 9810d69Copy full SHA for 9810d69
app/renderer/css/main.css
@@ -44,6 +44,7 @@ body {
44
45
#view-controls-container {
46
height: calc(100% - 208px);
47
+ scrollbar-gutter: stable both-edges;
48
overflow-y: hidden;
49
}
50
@@ -52,16 +53,15 @@ body {
52
53
54
55
#view-controls-container::-webkit-scrollbar-track {
- box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
56
+ background-color: rgb(0 0 0 / 30%);
57
58
59
#view-controls-container::-webkit-scrollbar-thumb {
60
background-color: rgb(169 169 169 / 100%);
- outline: 1px solid rgb(169 169 169 / 100%);
61
62
63
#view-controls-container:hover {
64
- overflow-y: overlay;
+ overflow-y: scroll;
65
66
67
/*******************
0 commit comments