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 e99c40b commit 6ec0af3Copy full SHA for 6ec0af3
src/zen/common/styles/zen-popup.css
@@ -334,7 +334,7 @@ menuseparator {
334
335
#zen-toast-container {
336
position: fixed;
337
- --zen-toast-spacing: max(8px, calc(var(--zen-element-separation) * 2));
+ --zen-toast-spacing: max(4px, var(--zen-element-separation));
338
top: var(--zen-toast-spacing);
339
z-index: 1000;
340
display: flex;
0 commit comments