Skip to content

Commit 1f304d9

Browse files
committed
(style) - Fix scrolling issues in the quick-select slot view for schedules
1 parent 2fd7c9b commit 1f304d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mobile/src/views/event/SchedulePage.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,18 @@ async function openSchedulePreferencesModal() {
354354
}
355355
356356
.listFeedbackSlot {
357+
357358
&.temporarily-displayed-during-inactive-animation {
358359
display: flex;
359360
}
361+
360362
flex-direction: column;
361363
row-gap: 12px;
362-
right: 2px;
364+
right: -18px;
365+
max-height: calc(100vh - 160px);
366+
padding: 0 16px;
363367
pointer-events: none;
368+
overflow-y: auto;
364369
365370
&.fab-list-active {
366371
pointer-events: inherit;

0 commit comments

Comments
 (0)