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
There are times when it is necessary to insert elements such as:
select
dropdowns
Among others...
These elements should be on top of the gridster-item, however, even if you insert position: absolute and z-index: 999, these elements remain inside the gridster-item and do not protrude over it, which causes you to cut off the open elements.
How do I display the elements on top of the gridser-item, where these elements are children of the item itself?
I'm using the Angular 11x version.
The text was updated successfully, but these errors were encountered:
There are times when it is necessary to insert elements such as:
Among others...
These elements should be on top of the
gridster-item
, however, even if you insertposition: absolute
andz-index: 999
, these elements remain inside thegridster-item
and do not protrude over it, which causes you to cut off the open elements.How do I display the elements on top of the
gridser-item
, where these elements are children of the item itself?I'm using the Angular 11x version.
The text was updated successfully, but these errors were encountered: