modified: frontend/src/pages/SqlInterface.tsx

This commit is contained in:
2026-01-27 23:33:33 +03:00
parent 971e6d3758
commit a873e18d35

View File

@@ -240,7 +240,7 @@ export default function SqlInterface() {
} }
return ( return (
<div className="flex flex-col -m-8 bg-white" style={{ height: 'calc(100vh - 64px)' }}> <div className="flex flex-col -m-8 bg-white overflow-hidden" style={{ height: 'calc(100vh - 65px)' }}>
{/* Tabs bar */} {/* Tabs bar */}
<div className="flex items-center bg-gray-100 border-b border-gray-200 px-2 flex-shrink-0 overflow-x-auto"> <div className="flex items-center bg-gray-100 border-b border-gray-200 px-2 flex-shrink-0 overflow-x-auto">
{state.tabs.map(tab => ( {state.tabs.map(tab => (