Skip to content

Commit 29632c3

Browse files
authored
Make headers in the docs sidebar sticky (#206)
1 parent 74447f0 commit 29632c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ui/screens/Docs/Finder/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
color: #4a3142;
7878
padding: 0.5rem 1rem;
7979
border-bottom: 1px solid #e6e0e6;
80+
position: sticky;
81+
top: 0;
82+
background-color: #fffbf5;
8083
}
8184

8285
.Item {

0 commit comments

Comments
 (0)