diff --git a/querybook/webapp/components/QueryEngineStatusButton/QueryEngineStatusButton.tsx b/querybook/webapp/components/QueryEngineStatusButton/QueryEngineStatusButton.tsx index ed6fc6e8b..8d9be8f86 100644 --- a/querybook/webapp/components/QueryEngineStatusButton/QueryEngineStatusButton.tsx +++ b/querybook/webapp/components/QueryEngineStatusButton/QueryEngineStatusButton.tsx @@ -167,7 +167,7 @@ export const QueryEngineStatusButton: React.FC = ({ const panelContent = (
- + props.height && - `maxHeight: ${props.height}; + `max-height: ${props.height}; overflow-x: hidden; overflow-y: auto;`} ${(props) => props.boxShadow && 'box-shadow: var(--box-shadow);'}