Solved more CSS bugs

This commit is contained in:
2025-07-05 21:07:31 +02:00
parent 2632c21de3
commit 97378422bd
2 changed files with 5 additions and 2 deletions

View File

@@ -128,7 +128,10 @@ body::before {
content: "";
position: fixed;
inset: 0;
background: rgba(255, 255, 255, 0.75);
pointer-events: none;
z-index: -1;
}
iframe{
margin-bottom: 10px;
}