mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
19 lines
318 B
CSS
19 lines
318 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);
|
|
}
|
|
|
|
.preview {
|
|
height: auto;
|
|
max-height: none;
|
|
padding: 1rem 0;
|
|
overflow: visible;
|
|
transform: none;
|
|
}
|