This commit is contained in:
2026-06-18 23:22:36 +02:00
parent 2157413417
commit 8da6c10868
+2 -2
View File
@@ -2177,7 +2177,7 @@ tr:hover td { background: var(--surface-2); }
max-width: 65%; max-width: 65%;
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
overflow: hidden; overflow: visible;
} }
/* En-tête interne du bloc */ /* En-tête interne du bloc */
@@ -2287,7 +2287,7 @@ tr:hover td { background: var(--surface-2); }
.notif-filter-menu { .notif-filter-menu {
position: absolute; position: absolute;
top: calc(100% + 6px); top: calc(100% + 6px);
left: 0; right: 0;
z-index: 200; z-index: 200;
min-width: 160px; min-width: 160px;
background: var(--surface); background: var(--surface);