Make upcoming nws scrollable on y-overflow

This commit is contained in:
imperosol
2025-02-16 17:20:45 +01:00
parent 1d177412c3
commit fc3b82c35c
2 changed files with 65 additions and 56 deletions

View File

@ -51,6 +51,13 @@
}
}
/* UPCOMING EVENTS */
#upcoming-events {
max-height: 600px;
overflow-y: scroll;
}
/* LINKS/BIRTHDAYS */
#links,
#birthdays {