Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit c5fdf04

Browse files
author
Gabriel Schulhof
committed
Popup: Set visibility: hidden instead of display: none to remove the need for un-hiding before height calculation.
This uses the solution mentioned in #5912 instead of the original, display: none -based solution for #5892. (cherry picked from commit 62bb9e5)
1 parent a4eab60 commit c5fdf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@
126126
}
127127
.ui-popup > .ui-btn-left { left: -9px; }
128128
.ui-popup > .ui-btn-right { right: -9px; }
129-
.ui-popup-hidden { top: -99999px; left: -9999px; }
129+
.ui-popup-hidden { top: -99999px; left: -9999px; visibility: hidden; }

0 commit comments

Comments
 (0)