MAPG-229 make .controlItem relative so it's children can be sized more properly #45

Merged
bence merged 1 commits from bugfix/MAPG-229-circle-controls-won-t-show-up-in-firefox into develop 2021-05-09 17:22:14 +02:00
Owner

Circle controls couldn't be seen in Firefox. The root cause was that .circleControl .controlItem div had no exact sizes. To have exact sizes, the parent element should be relative so the sizes will be relative to the parent element.

(-ms-transform is also removed because this is only for IE9 and IE is not really supported.)

Circle controls couldn't be seen in Firefox. The root cause was that `.circleControl .controlItem div` had no exact sizes. To have exact sizes, the parent element should be `relative` so the sizes will be relative to the parent element. (`-ms-transform` is also removed because this is only for IE9 and IE is not really supported.)
bence added 1 commit 2021-05-09 16:19:57 +02:00
MAPG-229 make .controlItem relative so it's children can be sized more properly
All checks were successful
default-pipeline default-pipeline #196
2fb807c479
bence merged commit 75bea7c05c into develop 2021-05-09 17:22:14 +02:00
bence deleted branch bugfix/MAPG-229-circle-controls-won-t-show-up-in-firefox 2021-05-09 17:22:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: esoko/mapguesser#45
No description provided.