We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e08a7 commit cd6e2c5Copy full SHA for cd6e2c5
src/packages/Toaster.vue
@@ -892,11 +892,11 @@ html[dir='rtl'],
892
}
893
894
[data-sonner-toaster][data-y-position='bottom'] {
895
- bottom: calc(var(--mobile-offset-bottom) + max(env(safe-area-inset-bottom), 0));
+ bottom: calc(var(--mobile-offset-bottom) + max(env(safe-area-inset-bottom), 0px));
896
897
898
[data-sonner-toaster][data-y-position='top'] {
899
- top: calc(var(--mobile-offset-top) + max(env(safe-area-inset-top), 0));
+ top: calc(var(--mobile-offset-top) + max(env(safe-area-inset-top), 0px));
900
901
902
[data-sonner-toaster][data-x-position='center'] {
0 commit comments