improved message fadeout behaviour

This commit is contained in:
Stephan Richter
2020-10-06 14:34:49 +02:00
parent 2c542ee99a
commit 77ed57d5e1
3 changed files with 17 additions and 3 deletions

View File

@@ -110,7 +110,6 @@ svg circle{
}
#messages{
display: none;
position: fixed;
bottom: 5px;
right: 5px;
@@ -199,4 +198,4 @@ fieldset{
float: left;
border: 1px solid black;
border-radius: 5px;
}
}