mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Make #notifications-area fully go away when hidden.
It had an invisible part that didn't hide, which covered the send button in skinny, leading to Trac #1776. (imported from commit faec9413539238c40c584ab636fc4d75618a5935)
This commit is contained in:
parent
663fd4653f
commit
5b8aa359dd
@ -2164,7 +2164,7 @@ table.floating_recipient {
|
||||
bottom: 0px;
|
||||
right: 20px;
|
||||
width: 200px;
|
||||
height: 35px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.notifications-gravatar img {
|
||||
@ -2179,7 +2179,7 @@ table.floating_recipient {
|
||||
position: absolute;
|
||||
bottom: 0px; /* necessary to get slideUp, slideDown directions correct */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 35px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
padding: 10px 0px 0px 10px;
|
||||
background: #58F;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user