Change z index of under-construction
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 2s

This commit is contained in:
2025-10-23 13:54:41 +02:00
parent 4e6170f3d7
commit e8c4cd3d85

View File

@@ -221,6 +221,6 @@ html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
z-index: 10; z-index: 10000;
top: 0; top: 0;
} }