Added max-height and overflow

This commit is contained in:
WBHarry 2025-09-22 01:18:58 +02:00
parent 83709e334d
commit 5fc04909de
3 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,8 @@
.window-content {
padding-top: 4px;
padding-bottom: 16px;
overflow: auto;
max-height: 312px;
.countdowns-container {
display: flex;