cinera.css: Let tall menus scroll

This commit is contained in:
Matt Mascarenhas 2021-10-06 17:38:18 +01:00
parent 60615322dd
commit d036145b7f
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 10,
.Patch = 4
.Patch = 5
};
#include <stdarg.h> // NOTE(matt): varargs

View File

@ -235,6 +235,8 @@ ul.cineraNavPlain li.current > a {
.cineraMenuContainer.visible
{
display: block;
max-height: 88vh;
overflow-y: auto;
}
.cineraFilterProject,