Skip to content

Commit 9b7de1a

Browse files
author
Nicholas Thomson
committed
Merge pull request #130 from cloudspace/67569114_zindex_filterbar_issue
Fix z-index filter bar issue
2 parents e066420 + ed82a0e commit 9b7de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/main.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ footer {
886886
z-index: 100;
887887
}
888888
.movable.affix-top {
889-
position: static;
889+
position: relative;
890890
}
891891
.movable.affix {
892892
position: fixed;

0 commit comments

Comments
 (0)