mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 13:27:30 -05:00
PanelEdit: Hide overflow for query options in small viewports (#93700)
Hide overflow for query options in small viewports
This commit is contained in:
@@ -111,6 +111,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
label: Column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
`,
|
||||
dragIcon: css`
|
||||
cursor: grab;
|
||||
|
||||
Reference in New Issue
Block a user