Fix hashtag modal scrollbar

This commit is contained in:
Dionysis Zindros 2014-01-10 16:26:16 -08:00
parent 0fdbc069eb
commit 55ce9b9a62

View File

@ -1327,11 +1327,12 @@ button.disabled:hover
width: 560px;
height: 470px;
margin: -200px 0 0 -280px;
overflow-x: hidden;
overflow: hidden;
}
.hashtag-modal .modal-content
{
overflow-y: auto;
height: 440px;
}
.hashtag-modal .modal-buttons
{