There was an error while loading. Please reload this page.
1 parent cb1d249 commit 51b224dCopy full SHA for 51b224d
1 file changed
frontend/src/lib/components/search/SearchFilters.svelte
@@ -278,7 +278,7 @@
278
overflow-y: auto;
279
max-width: 450px;
280
min-width: 400px;
281
- padding: var(--size-4);
+ /* padding: var(--size-4); */
282
z-index: 10;
283
}
284
@@ -301,13 +301,20 @@
301
302
section {
303
margin-block: var(--size-4);
304
+ padding-inline: var(--size-4);
305
306
307
.filters-header {
308
align-items: baseline;
309
+ background: var(--surface-1);
310
display: flex;
311
justify-content: space-between;
312
margin-block-start: 0;
313
+ padding-block-start: var(--size-4);
314
+ padding-block-end: var(--size-2);
315
+ position: sticky;
316
+ top: 0;
317
+ z-index: 1;
318
319
320
.filters-header h2 {
0 commit comments