Fix results scrolling #102

Merged
jgeorgi merged 1 commits from xps-scroll-results into main 2024-02-21 03:19:35 +00:00
Showing only changes of commit 04884d896b - Show all commits

View File

@@ -146,6 +146,8 @@
--f7-chip-border-radius: 16px; --f7-chip-border-radius: 16px;
--f7-chip-media-size: 32px; --f7-chip-media-size: 32px;
--f7-chip-font-weight: normal; --f7-chip-font-weight: normal;
overflow-y: scroll;
max-height: 100%;
} }
.chip-results .chip { .chip-results .chip {
@@ -219,7 +221,6 @@
max-height: 100%; max-height: 100%;
justify-self: start; justify-self: start;
flex-wrap: nowrap; flex-wrap: nowrap;
overflow-y: scroll;
} }
.detect-inputs { .detect-inputs {