fix(ui): prevent navigation surface overflow
Quality / quality (windows-latest) (push) Waiting to run
Quality / quality (ubuntu-latest) (push) Failing after 9m53s

This commit is contained in:
2026-08-24 23:08:00 +05:30
parent 45309b3f72
commit ceb865f4f1
5 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -162,9 +162,9 @@ badge: string = ""
position: relative;
z-index: 40;
display: block;
width: 100vw;
max-width: 100vw;
margin-inline: calc(50% - 50vw);
width: 100%;
max-width: 100%;
margin-inline: 0;
color: var(--wrn-color-text);
}