dim and block profile page when executing change profile request

This commit is contained in:
Gregory Wells
2026-03-25 15:16:13 -04:00
parent 074b3f8f31
commit e1f992e052
2 changed files with 19 additions and 1 deletions

View File

@@ -27,3 +27,15 @@ body {
.hidden {
display: none;
}
.blocked {
position: fixed; /* or absolute */
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999; /* higher = on top */
background-color: black;
opacity: 10%;
}