mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-20 11:54:15 +08:00
make search box in issue sidebar dropdown list always show when scrolling (#32576)
as title, replace #31597 after #32460 --------- Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
@ -66,6 +66,12 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.issue-content-right .dropdown > .menu .item-secondary-info small {
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.issue-content-left,
|
||||
.issue-content-right {
|
||||
|
Reference in New Issue
Block a user