mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 02:46:40 +02:00
11 lines
199 B
CSS
11 lines
199 B
CSS
.container {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
min-height: 0;
|
|
overflow: hidden auto;
|
|
word-break: break-all;
|
|
transform: translateY(-2rem);
|
|
}
|