@prisma/studio-core 0.0.0-dev.202505062005 → 0.0.0-dev.202505062010

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/index.css CHANGED
@@ -660,6 +660,9 @@ video {
660
660
  .ps-z-50 {
661
661
  z-index: 50;
662
662
  }
663
+ .ps-z-\[9999\] {
664
+ z-index: 9999;
665
+ }
663
666
  .ps--mx-1 {
664
667
  margin-left: -0.25rem;
665
668
  margin-right: -0.25rem;