-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get jQuery UI Dialog on top of map #113
Comments
same here... |
Is this a problem you're facing with the fullscreen control only? Or Leaflet in general? If it is the latter then this should be closed, see Leaflet/Leaflet#3690 instead. |
Fullscreen only... Popup is there for input then when I hit fullscreen it covers the popup. |
Does setting |
I've reworked the code to not use the $ dialog boxes, instead having a div
slide over the map. Why this works beats the hell out of me as opposed to
$ dialog.
Would be nice to be able disable map click while this open though. No
matter what map gets click events even if div is higher index and shown
over map.
…On Sun, Apr 10, 2022, 10:23 AM Robert Linder ***@***.***> wrote:
Does setting contain: paint
<https://developer.mozilla.org/en-US/docs/Web/CSS/contain> (or other
stricter value such as content, strict) on leaflet-container help?
—
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOPRDWYKVYU2NLQE2AFF63VELP6LANCNFSM4N5DYWRQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@patrickgodinho can you try CSS containment? |
Z index has no affect with position set when in any full screen option
The text was updated successfully, but these errors were encountered: