You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Special popup-directions, prevent Fomantic from guessing the popup direction.
65
+
// With default "direction: auto", if the viewport height is small, Fomantic would show the popup upward,
66
+
// if the dropdown is at the beginning of the page, then the top part would be clipped by the window view.
67
+
// eg: Issue List "Sort" dropdown
68
+
// But we can not set "direction: downward" for all dropdowns, because there is a bug in dropdown menu positioning when calculating the "left" position,
69
+
// which would make some dropdown popups slightly shift out of the right viewport edge in some cases.
// Special popup-directions, prevent Fomantic from guessing the popup direction.
64
-
// With default "direction: auto", if the viewport height is small, Fomantic would show the popup upward,
65
-
// if the dropdown is at the beginning of the page, then the top part would be clipped by the window view.
66
-
// eg: Issue List "Sort" dropdown
67
-
// But we can not set "direction: downward" for all dropdowns, because there is a bug in dropdown menu positioning when calculating the "left" position,
68
-
// which would make some dropdown popups slightly shift out of the right viewport edge in some cases.
0 commit comments