Skip to content

Commit 7f9b9df

Browse files
committed
Fix for dropdown menus being clipped by table-responsive containers.
1 parent 1c442dc commit 7f9b9df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/App.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ label.row {
9595
border-radius: var(--tblr-border-radius) 0 0 var(--tblr-border-radius);
9696
}
9797
}
98+
99+
/* Fix for dropdown menus being clipped by table-responsive containers. */
100+
.table-responsive .dropdown {
101+
position: static;
102+
}

0 commit comments

Comments
 (0)