-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
No matter where Toaster is placed its' position is relative to the main document, is there a way to make it relative to the specific container?
For example if I have this structure:
<div className='main'>
<div className='leftMenu'>
</div>
<div className='content'>
<Toaster />
</div>
</div>
and let's say leftMenu have 20% width and mainContent have 80% width, I wish centered toast would appear center to the 'content' - so 60% from left side of the screen, not relative to 'mainWrapper' (50% from left side of the screen).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request