1
0
Fork 0
forked from forgejo/forgejo

fix menu overflow

This commit is contained in:
Unknwon 2015-08-26 12:39:32 +08:00
parent b3a45693c3
commit 2f2bf20aae
5 changed files with 48 additions and 42 deletions

View file

@ -354,34 +354,6 @@
.filter.dropdown .menu {
margin-top: 1px!important;
.items {
max-height: 300px;
overflow-y: auto;
.item {
position: relative;
cursor: pointer;
display: block;
border: none;
height: auto;
border-top: none;
line-height: 1em;
color: rgba(0,0,0,.8);
padding: .71428571em 1.14285714em!important;
font-size: 1rem;
text-transform: none;
font-weight: 400;
box-shadow: none;
-webkit-touch-callout: none;
&.active {
font-weight: 700;
}
&:hover {
background: rgba(0,0,0,.05);
color: rgba(0,0,0,.8);
z-index: 13;
}
}
}
}
&.commits {