Skip to content

Commit da1b06b

Browse files
committed
Fix(overflow option over sticky head issue)
1 parent 33db5fb commit da1b06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/styles/components/_sketch-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
height: #{32 / $base-font-size}rem;
2020
position: sticky;
2121
top: 0;
22+
z-index: 1;
2223
@include themify() {
2324
background-color: getThemifyVariable('background-color');
2425
}

0 commit comments

Comments
 (0)