changed height and remove m-t for chat in global css

This commit is contained in:
Kostya
2023-11-19 13:42:37 +03:00
parent 9a5dacdbb9
commit b4f80e3f8e

View File

@@ -73,7 +73,7 @@ body, html {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px; border-radius: 20px;
align-self: start; align-self: start;
margin-top: -2.9%; height: 90%;
position: relative; position: relative;
z-index: 3; z-index: 3;
} }