-
Couldn't load subscription status.
- Fork 8
Open
Description
Context: Using Zurb foundation CSS framework in XY grid mode which has proved concise and useful.
However, using a browser emulation of mobile terminal (both Chromium and Firefox) the calendar goes off the deep end with

fit-content
Doing a modification to the CSS
.sdp-cal {
max-width: fit-content;
==>
.sdp-cal {
max-width: 100%;
now occupies reasonable space. But the dropdowns are now rendering EACH to full-width of div

with the size matching the emulated browser window width
Note: I have also tried to exclude the div for the calendar entirely from the XY grid, but leading to the same result
With the style forced upon the tag, I cannot see how can this be overcome ?
Metadata
Metadata
Assignees
Labels
No labels

