contact scroll bar fixed

This commit was merged in pull request #21.
This commit is contained in:
victorAnumudu
2025-01-23 21:13:29 +01:00
parent ada406eb3f
commit b6c79303ae
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -40,8 +40,10 @@
align-items: center;
}
.mail-msg{
max-height: 747px;
overflow: hidden;
max-height: 500px;
min-height: 400px;
// max-height: 747px;
overflow-y: auto;
outline: none;
@include laptop {
max-height: 450px;