mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Make upcoming nws scrollable on y-overflow
This commit is contained in:
@ -51,6 +51,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* UPCOMING EVENTS */
|
||||
|
||||
#upcoming-events {
|
||||
max-height: 600px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/* LINKS/BIRTHDAYS */
|
||||
#links,
|
||||
#birthdays {
|
||||
|
Reference in New Issue
Block a user