@@ -110,11 +110,13 @@ select {
}
#menubar .menu .options {
- position: absolute;
+ position: fixed;
display: none;
padding: 5px 0;
background: #111;
width: 150px;
+ max-height: calc(100% - 80px);
+ overflow: auto;
#menubar .menu:hover .options {
@@ -106,11 +106,13 @@ select {
background: #eee;