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