Skip to content

Commit 38e5b6c

Browse files
committed
chore: manually port over CSS width fix from #903
1 parent 3caffbf commit 38e5b6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/uikit-workshop/src/sass/scss/components/_viewport.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
&.hay-mode {
5858
transition: all 40s linear;
5959
}
60+
width: 100%; // bug fix for Safari and Firefox getting stuck calculating a width of 0px when the JS first kicks in
6061
}
6162

6263
/**

0 commit comments

Comments
 (0)