Skip to content

Commit

Permalink
fix(#9490): sidebar filter container for wide screens (#9495)
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda authored Oct 7, 2024
1 parent 3aec531 commit 2ac8970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/css/sidebar-filter.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
height: 100%;
padding: 0;
position: fixed;
right: -500px;
right: -2000px;
}

.sidebar-filter-active {
Expand Down

0 comments on commit 2ac8970

Please sign in to comment.