mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-26 18:54:21 +01:00
fix: fix shifting in preview/edit story by limiting the story length
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@include post-body;
|
||||
}
|
||||
.remirror-editor-wrapper {
|
||||
height: 60vh;
|
||||
height: calc(min(60vh, 640px));
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
@include gt-xl {
|
||||
row-gap: unset;
|
||||
|
||||
grid-template-rows: repeat(3, auto) 1fr;
|
||||
grid-template-columns: 1fr calc(min(326px, 25%));
|
||||
grid-template-areas:
|
||||
"preview-switch preview-switch"
|
||||
|
||||
Reference in New Issue
Block a user