cinera.css: Let tall menus scroll
This commit is contained in:
parent
60615322dd
commit
d036145b7f
|
@ -23,7 +23,7 @@ typedef struct
|
|||
version CINERA_APP_VERSION = {
|
||||
.Major = 0,
|
||||
.Minor = 10,
|
||||
.Patch = 4
|
||||
.Patch = 5
|
||||
};
|
||||
|
||||
#include <stdarg.h> // NOTE(matt): varargs
|
||||
|
|
|
@ -235,6 +235,8 @@ ul.cineraNavPlain li.current > a {
|
|||
.cineraMenuContainer.visible
|
||||
{
|
||||
display: block;
|
||||
max-height: 88vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.cineraFilterProject,
|
||||
|
|
Loading…
Reference in New Issue