Fix css issue with compose form overflow

This commit is contained in:
Darius Kazemi 2023-01-02 14:20:27 -08:00
parent c7b321d5ad
commit ce672d8acf
1 changed files with 0 additions and 9 deletions

View File

@ -2277,11 +2277,6 @@ a.account__display-name {
width: 285px;
pointer-events: auto;
height: 100%;
@media screen and (max-width: 1550px) {
overflow-x: hidden;
padding-right: 10px;
}
}
}
@ -2790,10 +2785,6 @@ $ui-header-height: 0px;
background-color: $white;
border-radius: 4px 4px 0 0;
flex: 0 1 auto;
@media screen and (max-width: 1550px) {
overflow-y: visible;
}
}
.autosuggest-textarea__textarea {