Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Add z_index for modal of date picker #120

Open
MassoudSharifi opened this issue Nov 15, 2020 · 2 comments
Open

Add z_index for modal of date picker #120

MassoudSharifi opened this issue Nov 15, 2020 · 2 comments

Comments

@MassoudSharifi
Copy link

How to add z_index for the modal of the date picker

@AminTakhtiNejad
Copy link

is there any way to set 'z-index' for the modal of the component?

@curlybom
Copy link

curlybom commented Jun 1, 2021

It is not really a clean way to fix it, but I increased the z-index by global CSS selector.

.tether-element.tether-element-attached-top.tether-element-attached-center.tether-target-attached-bottom.tether-target-attached-center.tether-enabled { z-index: 999999 !important; }

It would be nice if the package included this fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants