Fixed 'About QGato' not being visible on mobile
Some checks failed
Run Integration Tests / test (push) Failing after 35s

This commit is contained in:
partisan 2025-07-04 20:33:12 +02:00
parent b12b3c8db0
commit c17c8daf5d
2 changed files with 10 additions and 4 deletions

View file

@ -640,7 +640,7 @@ p {
width: 100%;
border-bottom: 1px solid var(--border);
position: fixed;
z-index: 999;
z-index: 600;
top: 0;
}