fix pop up composer tips display for mobile
This commit is contained in:
parent
e1be1e5fd9
commit
57ef9bb21b
|
@ -6,11 +6,11 @@
|
|||
}
|
||||
|
||||
.composer-popup-container {
|
||||
display: none;
|
||||
display: none !important; // can be removed if inline JS CSS is removed from composer-popup
|
||||
}
|
||||
|
||||
.composer-popup {
|
||||
display: none;
|
||||
display: none !important; // can be removed if inline JS CSS is removed from composer-popup
|
||||
}
|
||||
|
||||
#reply-control {
|
||||
|
|
Loading…
Reference in New Issue