fix blog page
This commit is contained in:
@@ -418,8 +418,13 @@ const styles = `
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.dm-st { height: 420vh; }
|
||||
/* Full-width, bottom-anchored story card. Bound its height to the viewport and
|
||||
let it scroll internally so a tall stage card (Command Center / Winner) can
|
||||
never be clipped off the top of a short phone screen — the active workflow
|
||||
state always stays fully visible. */
|
||||
.dm-st-card-story { left: 0 !important; right: 0 !important; margin: 0 auto; width: calc(100% - 28px);
|
||||
bottom: clamp(18px, 4vh, 40px); padding: 15px 16px; }
|
||||
bottom: clamp(18px, 4vh, 40px); padding: 15px 16px;
|
||||
max-height: 52vh; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.dm-st-arrow { animation: none !important; }
|
||||
|
||||
Reference in New Issue
Block a user