PanelChrome: Put overflow: hidden; behind a feature toggle for safety (#112580)

put overflow: hidden behind a feature toggle for safety
This commit is contained in:
Ashley Harrison
2025-10-17 15:40:08 +01:00
committed by GitHub
parent 083f12d06e
commit 4cf11b721a
7 changed files with 35 additions and 1 deletions
@@ -111,6 +111,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `logsPanelControls` | Enables a control component for the logs panel in Explore |
| `grafanaPathfinder` | Enables Pathfinder app |
| `azureResourcePickerUpdates` | Enables the updated Azure Monitor resource picker |
| `preventPanelChromeOverflow` | Restrict PanelChrome contents with overflow: hidden; |
## Development feature toggles