提交 fd61ecbf 编写于 作者: M Mr.doob

Editor: Allow menubar scrolling on small screens.

上级 90370113
......@@ -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 {
}
#menubar .menu .options {
position: absolute;
position: fixed;
display: none;
padding: 5px 0;
background: #eee;
width: 150px;
max-height: calc(100% - 80px);
overflow: auto;
}
#menubar .menu:hover .options {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册