Skip to content

Commit d53b322

Browse files
committed
fix width issue on smaller screens
1 parent afaa1bc commit d53b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header/components/notificationsDropdown/NotificationsOverlay/NotificationsOverlay.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BaseNotification } from '@app/components/common/BaseNotification/BaseNo
77
import { BaseSpace } from '@app/components/common/BaseSpace/BaseSpace';
88

99
export const NoticesOverlayMenu = styled.div`
10-
max-width: 15rem;
10+
max-width: 100%;
1111
1212
@media only screen and ${media.md} {
1313
max-width: 25rem;

0 commit comments

Comments
 (0)