add transparent to background on request

This commit is contained in:
Manuel Gugger 2022-10-07 09:07:50 +02:00
parent 6c9804b500
commit 3a4c00a5fb

View File

@ -58,6 +58,7 @@
height: 100%;
width: 100%;
display: flex;
background: rgba(255, 255, 255, 0.3);
justify-content: center;
align-items: center;
z-index: 5;