Skip to content

Commit

Permalink
Fix #5076 : Dock-Toast not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksaglam089 committed Oct 10, 2023
1 parent 9dd4f79 commit 3cdedf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/dock/advanceddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ export default function AdvanceDemo() {
<Tooltip className="dark-tooltip" target=".dock-advanced .p-dock-action" my="center+15 bottom-15" at="center top" showDelay={150} />
<Menubar model={menubarItems} start={start} end={end} />
<div className="dock-window dock-advanced" style={{ backgroundImage: 'url(/images/dock/window.jpg)' }}>
<Toast ref={toast} />
<Toast ref={toast2} position="top-center" />
<Toast ref={toast} className="absolute" />
<Toast ref={toast2} className="absolute" />

<Dock model={dockItems} />

Expand Down

0 comments on commit 3cdedf0

Please sign in to comment.