mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Fix quick-select dropdown overlapping sidebar
This commit is contained in:
parent
5816246dbb
commit
4fe54aa2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export function LogsTableToolbar({
|
|||
</button>
|
||||
|
||||
{quickSelectOpen && (
|
||||
<div className="absolute right-0 mt-2 w-64 bg-white rounded-lg shadow-lg border p-2 z-50">
|
||||
<div className="absolute left-0 mt-2 w-64 bg-white rounded-lg shadow-lg border p-2 z-50">
|
||||
<div className="space-y-1">
|
||||
{QUICK_SELECT_OPTIONS.map((option) => (
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue