Skip to content

Commit

Permalink
Don't draw scroll hints for horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Sep 13, 2021
1 parent 9f29cb8 commit dc210de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@
.detail {
margin: 2px;
}

/* Remove dotted lines from ScrolledWindow container on left and right */
scrolledwindow undershoot.right,
scrolledwindow undershoot.left { background-image: none; }

0 comments on commit dc210de

Please sign in to comment.