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.
2 parents 5a9d3d4 + ed2633b commit 480d380Copy full SHA for 480d380
src/components/Layout/Layout.jsx
@@ -23,7 +23,7 @@ const Layout = (props) => {
23
return (
24
<div>
25
{ props.topbar }
26
- <Alert stack={{limit: 3, spacing: 30}} position="bottom-left" html timeout={4000} offset={50} effect="stackslide" />
+ <Alert stack={{limit: 1, spacing: 30}} position="bottom-left" html timeout={4000} offset={50} effect="stackslide" />
27
<div className={cn('main-wrapper')} data-route={window.location.pathname.replace(/\//g, '__')} id="wrapper-main">
28
{ props.content }
29
</div>
0 commit comments