modified: frontend/src/pages/SqlInterface.tsx
This commit is contained in:
@@ -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 => (
|
||||||
|
|||||||
Reference in New Issue
Block a user