Make repository tabs scroll more reliably

It kept randomly deciding not to scroll, this shoudl fix it.
This commit is contained in:
Sasha Koshka 2022-08-10 00:19:50 -04:00 committed by emma
parent e6af3f796b
commit 3fabc512cc
1 changed files with 5 additions and 0 deletions

View File

@ -329,6 +329,11 @@ a.ui.basic.green.label:hover {
margin-left: 1em;
}
.repository .ui.tabs.container .ui.menu {
overflow-x: auto;
overflow-y: hidden;
}
.ui.tabular.menu .item {
border-top-width: 1px;
font-weight: 500;