fix: iframe height fills available space between header and tab bar

This commit is contained in:
2026-04-08 06:50:49 +03:00
parent 55b45584ed
commit 6eb0ba99ab
+1 -1
View File
@@ -106,7 +106,7 @@ export default function Bereketli() {
}, [exchangeToken]);
const content = (
<div className="flex flex-col h-full bg-gray-950">
<div className="flex flex-col bg-gray-950" style={{ height: 'calc(100vh - 108px)' }}>
{loading ? (
<div className="flex-1 flex items-center justify-center">
<div className="text-center space-y-3">