-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.3, 3.10, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70436-master -
There's some CSS that appears to be trying to make the modal close button smaller on mobile devices.
Most browsers seem to just ignore this, but Safari tries to follow it, and as a result cuts off the X used to close the modal since it extends beyond the size set. I'm not sure making this button smaller is a good idea, since people might be trying to hit it with their finger on mobile devices.
Possibly just deleting this line is the right fix?
.moodle-dialogue-base .moodle-dialogue-fullscreen .closebutton
{ width: 28px; height: 16px; background-size: 100%; }