mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
The prompt editor is a base-ui Dialog at z-index 50. The create form houses it in the same base-ui Dialog, so it stacks on top, but the edit form was an antd Modal whose portal computes to z-index 1000, so the editor opened underneath it and was neither readable nor clickable. Move the edit form onto the Dialog the create form already uses, which puts the whole nesting chain in one overlay layer. A dialog opened from inside another dialog now reads as a drill-down rather than a stack: base-ui stamps data-nested-dialog-open on the parent while a child is open, so the parent steps aside instead of showing its own edges around a differently sized child. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||