Skip to content

Commit fb9c286

Browse files
committed
fix: notif panel uses max-width to prevent overflow on all screens
1 parent c106753 commit fb9c286

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,8 @@ tbody tr:hover {
19631963

19641964
/* Notification panel: adapts on tablet */
19651965
.notif-panel {
1966-
width: 340px;
1966+
width: 100%;
1967+
max-width: 340px;
19671968
top: 0;
19681969
bottom: 0;
19691970
height: 100%;

0 commit comments

Comments
 (0)