1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

tweaks z-index to show preview above bindings drawer

This commit is contained in:
mikesealey 2024-09-02 13:37:36 +01:00
parent 4c15d4b103
commit ee50012775
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ REDIS_PORT=6379
WATCHTOWER_PORT=6161 WATCHTOWER_PORT=6161
BUDIBASE_ENVIRONMENT=PRODUCTION BUDIBASE_ENVIRONMENT=PRODUCTION
SQL_MAX_ROWS= SQL_MAX_ROWS=
SQL_LOGGING_ENABLE=1
# An admin user can be automatically created initially if these are set # An admin user can be automatically created initially if these are set
BB_ADMIN_USER_EMAIL= BB_ADMIN_USER_EMAIL=

View file

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