Adds drawer animation for schedule page container
Enhances user experience by implementing smooth container resize animation when opening and closing the schedule drawer Uses Web Animations API to dynamically adjust page container styling with transition effects
This commit is contained in:
parent
2a57917ebb
commit
6746e876d7
2 changed files with 28 additions and 1 deletions
|
|
@ -889,7 +889,7 @@ swp-schedule-scroll {
|
|||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* Når drawer er åben: page-container skal fylde ud til drawer */
|
||||
/* Når drawer er åben: page-container styles (animation via JS) */
|
||||
body.schedule-drawer-open swp-tab-content[data-tab="schedule"] swp-page-container {
|
||||
max-width: none;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue