Skip to content

Commit c484065

Browse files
seferturantrakt-bot[bot]
authored andcommitted
chore: allows scrolling in section list on touch devices
1 parent 5a62278 commit c484065

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

projects/client/src/lib/components/lists/section-list/SectionList.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@
275275
overflow-x: auto;
276276
mask-image: none;
277277
}
278+
279+
@include for-touch {
280+
overflow-x: auto;
281+
mask-image: none;
282+
}
278283
}
279284
}
280285

0 commit comments

Comments
 (0)