Merge pull request #14500 from Budibase/BUDI-8607

Fixes App-Preview Z-index issue
This commit is contained in:
Mike Sealey 2024-09-02 14:11:23 +01:00 committed by GitHub
commit e2a355b4b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
right: 0;
left: 0;
bottom: 0;
z-index: 999;
z-index: 9000;
position: absolute;
background: rgba(255, 255, 255, 0.1);
display: flex;