Fix about dialog not closable when vieport height is not sufficient

This commit is contained in:
Martchus 2023-01-31 13:45:40 +01:00
parent e14eb17c60
commit 79eb9e849c
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@
box-shadow: inset 0 1px 3px rgba(169, 169, 169, 0.7);
text-align: center;
z-index: 5000;
max-height: 100%;
overflow: auto;
}
#about-text {
padding: 1em;