Files
notify-bridge/frontend/src
alexei.dolgolyov f9a4ccf725 fix: stagger animation breaking position:fixed overlays
The fadeSlideIn animation used transform:translateY which creates a
new containing block, trapping position:fixed children (EntitySelect).
Switched to the CSS translate property which doesn't create a
containing block.
2026-03-22 20:49:33 +03:00
..