Skip to content

Commit 773ea11

Browse files
committed
Hidden the scrollbar
1 parent 2b2756e commit 773ea11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

shofi-gtk/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ window {
33
color: #a9b1d6;
44
}
55

6+
/* Hide scrollbar */
7+
scrolledwindow undershoot.top,
8+
scrolledwindow undershoot.bottom,
9+
scrolledwindow overshoot.top,
10+
scrolledwindow overshoot.bottom,
11+
scrolledwindow scrollbar {
12+
opacity: 0;
13+
-gtk-icon-size: 0;
14+
min-width: 0;
15+
min-height: 0;
16+
}
17+
618
.search-box {
719
margin: 8px 12px;
820
padding: 0;

0 commit comments

Comments
 (0)