You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current offset property in the Toaster only accepts a string or number to set the --offset CSS property. This limitation means the horizontal and vertical offsets must use the same value. I would like to suggest an interface that allows different values for horizontal and vertical offsets.
f this type of interface seems acceptable, would it be alright for me to implement it?
Alternatively, if you think another format would be better, I’d really appreciate your feedback.
The text was updated successfully, but these errors were encountered:
+) workaround (only applicable when the position is set to right):
By specifying --width in the style and setting a different width for the actual component in toastOptions, it’s possible to adjust the horizontal offset.
The current offset property in the Toaster only accepts a string or number to set the --offset CSS property. This limitation means the horizontal and vertical offsets must use the same value. I would like to suggest an interface that allows different values for horizontal and vertical offsets.
Proposed interface:
f this type of interface seems acceptable, would it be alright for me to implement it?
Alternatively, if you think another format would be better, I’d really appreciate your feedback.
The text was updated successfully, but these errors were encountered: