mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
Fix e.g. calendar page overflowing
This commit is contained in:
parent
3ca7a26667
commit
e1aea0e44e
|
|
@ -1,5 +1,7 @@
|
|||
.container {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user