Skip to content

Commit 4354b86

Browse files
committed
feat: Make filter slide in from right
Avoids covering the graph Also more intuitive with respect to button placement
1 parent cb05814 commit 4354b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
</nav>
3838
<!-- filter pane -->
39-
<div class="offcanvas offcanvas-start" data-bs-backdrop="false" tabindex="-1" id="filter_pane" aria-labelledby="filter_pane_label">
39+
<div class="offcanvas offcanvas-end" data-bs-backdrop="false" tabindex="-1" id="filter_pane" aria-labelledby="filter_pane_label">
4040
<div class="offcanvas-header">
4141
<h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
4242
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>

0 commit comments

Comments
 (0)