partial: theme and more css fixes

This commit is contained in:
Rafael Taranto 2025-04-21 14:43:17 +01:00
parent c6c3feb3b4
commit af21051989
12 changed files with 153 additions and 245 deletions

View file

@ -175,17 +175,22 @@ const Header = memo(({ tree, user }) => {
className={classes.popper}
disablePortal={false}
placement="bottom-end"
modifiers={{
offset: {
modifiers={[
{
name: 'offset',
enabled: true,
offset: '100vw'
options: {
offset: ['100vw', '100vw']
}
},
preventOverflow: {
{
name: 'preventOverflow',
enabled: true,
boundariesElement: 'viewport',
padding: 0
options: {
rootBoundary: 'viewport',
},
}
}}>
]}>
<NotificationCenter
popperRef={popperRef}
buttonCoords={notifButtonCoords}