- window overlay scrolling added

This commit is contained in:
Wiesner András 2024-03-26 10:28:09 +01:00
parent b8247f9573
commit e87878bb19

View File

@ -130,6 +130,7 @@ section.window-inner {
background-color: whitesmoke; background-color: whitesmoke;
padding: 1em; padding: 1em;
width: fit-content; width: fit-content;
max-height: calc(100% - 2em);
} }
/* ----- */ /* ----- */