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 = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 10,
|
.Minor = 10,
|
||||||
.Patch = 4
|
.Patch = 5
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <stdarg.h> // NOTE(matt): varargs
|
#include <stdarg.h> // NOTE(matt): varargs
|
||||||
|
|
|
@ -235,6 +235,8 @@ ul.cineraNavPlain li.current > a {
|
||||||
.cineraMenuContainer.visible
|
.cineraMenuContainer.visible
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
|
max-height: 88vh;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cineraFilterProject,
|
.cineraFilterProject,
|
||||||
|
|
Loading…
Reference in New Issue