Repository secondary menu now scrolls at smaller window sizes

Previously it would just get cut off at the end, this ensures that
the buttons contained within it are always accessible.
This commit is contained in:
Sasha Koshka 2022-08-10 10:53:17 -04:00 committed by emma
parent 3fabc512cc
commit e8432feee5
1 changed files with 5 additions and 0 deletions

View File

@ -334,6 +334,11 @@ a.ui.basic.green.label:hover {
overflow-y: hidden;
}
.ui.secondary.menu {
overflow-x: auto;
overflow-y: hidden;
}
.ui.tabular.menu .item {
border-top-width: 1px;
font-weight: 500;