fix: Remove overflow of attachment dropzone

This commit is contained in:
Maksim Eltyshev
2024-02-05 13:24:50 +01:00
parent 1ec3c822b7
commit 77ba21c4a7
2 changed files with 1 additions and 5 deletions

View File

@@ -12,8 +12,4 @@
width: 100%;
z-index: 2001;
}
.wrapper {
overflow: hidden;
}
}