fix pop up composer tips display for mobile

This commit is contained in:
Jeff Atwood 2014-11-19 21:46:11 -08:00 committed by Régis Hanol
parent 6e0152ab94
commit 4d1ac30233

View File

@ -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 {