Fix z-index chat

This commit is contained in:
decorbeza 2022-04-28 23:54:04 +02:00
parent 5937df3d40
commit e2f8fd36ff

View File

@ -72,6 +72,8 @@ body {
padding: 1.5vh;
border-radius: 30px 0px 0px 0px;
background-color: white;
z-index: 1;
}
#messages {