tiberiuzuld/angular-gridster2

How do I insert a container on top of the gridster-item?

Opened this issue · 0 comments

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.