Fix css issue with compose form overflow
This commit is contained in:
parent
c7b321d5ad
commit
ce672d8acf
|
@ -2277,11 +2277,6 @@ a.account__display-name {
|
||||||
width: 285px;
|
width: 285px;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
height: 100%;
|
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;
|
background-color: $white;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
|
|
||||||
@media screen and (max-width: 1550px) {
|
|
||||||
overflow-y: visible;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.autosuggest-textarea__textarea {
|
.autosuggest-textarea__textarea {
|
||||||
|
|
Loading…
Reference in New Issue