Refactor create page interactions and fix the "excel" bug #284

Merged
b merged 8 commits from 282-create-page-interactions into staging 2024-12-23 10:47:27 +00:00
Showing only changes of commit 4cde0796a2 - Show all commits

View File

@ -7,7 +7,7 @@
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 50;
z-index: 70;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}