mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-24 09:51:07 +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