Skip to content

Commit 425ae38

Browse files
author
Gitea
committed
Fix double scroll in branch dropdown
1 parent e0e4473 commit 425ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ i.icon.centerlock{top:1.5em}
448448
.repository .owner.dropdown{min-width:40%!important}
449449
.repository #file-buttons{margin-left:auto!important;font-weight:400}
450450
.repository #file-buttons .ui.button{padding:8px 10px;font-weight:400}
451-
.repository .metas .menu{max-height:300px;overflow-x:auto}
451+
.repository .metas .menu{overflow-x:auto}
452452
.repository .metas .ui.list .hide{display:none!important}
453453
.repository .metas .ui.list .item{padding:0}
454454
.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}

0 commit comments

Comments
 (0)