GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
88 stars 26 forks source link

Dialog Positioning: Z-Index #1613

Closed AlexanderGeere closed 3 weeks ago

AlexanderGeere commented 4 weeks ago

Description

dilaogs currently go behind the button column: dialogmpabutton

and sliders on other dialogs will appear on top of everything: multipledialogslider

As the slider elements have z-indices that place them above the track.

Type of Issue

AlexanderGeere commented 4 weeks ago

Giving the dialog a zindex would fix these issues. Easy fix as well