mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-09-14 15:22:02 +00:00
Fix hashtag modal scrollbar
This commit is contained in:
parent
0fdbc069eb
commit
55ce9b9a62
@ -1327,11 +1327,12 @@ button.disabled:hover
|
|||||||
width: 560px;
|
width: 560px;
|
||||||
height: 470px;
|
height: 470px;
|
||||||
margin: -200px 0 0 -280px;
|
margin: -200px 0 0 -280px;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.hashtag-modal .modal-content
|
.hashtag-modal .modal-content
|
||||||
{
|
{
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
height: 440px;
|
||||||
}
|
}
|
||||||
.hashtag-modal .modal-buttons
|
.hashtag-modal .modal-buttons
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user