Remove transition that is making Safari choke when navigating to Fizzy menus

This commit is contained in:
Jorge Manrubia
2025-09-12 08:46:12 +02:00
parent 39e9b54d9d
commit e9b7ed63f7
-1
View File
@@ -14,7 +14,6 @@
"actions-start title actions-end";
max-inline-size: 100dvw;
padding: calc(var(--block-space-half) + env(safe-area-inset-top)) var(--main-padding);
view-transition-name: header;
/* Change the grid size depending on how many buttons are present */
&:has(.header__actions > *:nth-child(1)) { --header-button-count: 1; }