.tmla-mask, .touch-menu-la { position: fixed; top: 0; bottom: 0; contain: strict; box-sizing: border-box; padding-left: env(safe-area-inset-left); } .touch-menu-la { background-color: #fff; will-change: transform; display: flex; transition: transform ease-out 40ms, left ease-out 260ms; [div="rtl"] & { transition: transform ease-out 40ms, right ease-out 260ms; } z-index: 1099; } .touch-menu-la.transition { transition: transform ease-out 240ms, left ease-out 260ms; [div="rtl"] & { transition: transform ease-out 240ms, right ease-out 260ms; } } .drawer-open { box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4); } .scrollContainer { flex-grow: 1; } .tmla-mask { left: 0; right: 0; opacity: 0; z-index: 1098; transition: opacity ease-in-out 0.38s, visibility ease-in-out 0.38s; will-change: opacity; background-color: rgba(0, 0, 0, 0.3); } .tmla-mask.backdrop { opacity: 1; }