-
-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Labels
state/awaiting-investigationAnything which needs more investigationAnything which needs more investigationtype/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bugtype/usageAny support issues asking for helpAny support issues asking for helpworkaround-availableWhen the base issue is not completely solved, but a workaround is givenWhen the base issue is not completely solved, but a workaround is given
Description
Bug Report
I like the global appearance of Fomantic a little bit bigger. As it is not possible to do it natively, I use the zoom css property:
html {
zoom: 1.2;
}This cause a display issue for popup titles. Everything is shifted to the right and to the bottom:
$('*[title]').popup();Testcase
https://jsfiddle.net/3pm02h9y/
Screenshot (if possible)
Here, the mouse is over the refresh button but the popup is displayed far away:

Version
2.9.4
Metadata
Metadata
Assignees
Labels
state/awaiting-investigationAnything which needs more investigationAnything which needs more investigationtype/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bugtype/usageAny support issues asking for helpAny support issues asking for helpworkaround-availableWhen the base issue is not completely solved, but a workaround is givenWhen the base issue is not completely solved, but a workaround is given