Page MenuHomePhabricator

[web] Calendar scrolling
ClosedPublic

Authored by michal on Oct 25 2022, 12:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 1:33 PM
Unknown Object (File)
Sun, Apr 14, 1:33 PM
Unknown Object (File)
Sun, Apr 14, 1:33 PM
Unknown Object (File)
Sun, Apr 14, 1:33 PM
Unknown Object (File)
Sun, Apr 14, 1:33 PM
Unknown Object (File)
Sun, Apr 14, 1:29 PM
Unknown Object (File)
Mar 27 2024, 1:14 PM
Unknown Object (File)
Mar 25 2024, 2:13 PM
Subscribers

Details

Summary

ENG-1678
This diff adds a scrollbar to the calendar if it's too big vertically.

image.png (1×2 px, 174 KB)

Test Plan

Test if calendar can be scrolled. Check if there is no scrollbar when it's not needed (the screen is high enough).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested changes to this revision.Oct 25 2022, 5:19 AM
tomek added inline comments.
web/calendar/calendar.css
19 ↗(On Diff #17886)

Why do we need to use absolute positioning? Is it possible to avoid id?

This revision now requires changes to proceed.Oct 25 2022, 5:19 AM

Used other method, without position: absolute. Moved padding-top to margin in nav because otherwise some of the calendar and scrollbar were cutoff at the bottom.

nice looks good, I would also add some padding to the bottom of the calendar (maybe 8px) to give the calendar some space to "breathe" at the bottom

This revision is now accepted and ready to land.Oct 26 2022, 6:34 AM

Rebase, add some padding at the bottom