File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 20
20
@include media-breakpoint-up (md) {
21
21
border-radius : 0 !important ;
22
22
border : none !important ;
23
+
24
+ top : calc (1rem + var (--navbar-height ));
25
+ position : sticky ;
23
26
}
24
27
}
25
28
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ class App extends Component<{}, AppState> {
48
48
data-bs-target ="#toh-search ">
49
49
Filter
50
50
</ button >
51
- < aside id ="toh-search " class ="collapse d-md-block p-2 p-md-0 ">
51
+ < aside id ="toh-search " class ="collapse d-md-block p-2 py-md-0 overflow-x-hidden ">
52
+ < div class ="vr d-none d-md-block position-absolute ms-1 h-100 "> </ div >
52
53
< ${ SideSearch } models =${ models } indices=${ indices } conditions=${ state . conditions }
53
54
changed=${ this . conditionsChanged } >
54
55
</ SideSearch >
You can’t perform that action at this time.
0 commit comments