Skip to content

Commit b8df44d

Browse files
committed
fix(popup): prevent scrollbars from showing on desktop unecessarily. Closes #3204
1 parent e917cae commit b8df44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_popup.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
.popup-body {
7676
padding: 10px;
77-
overflow: scroll;
77+
overflow: auto;
7878
}
7979

8080
.popup-buttons {

0 commit comments

Comments
 (0)