mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 03:17:56 +00:00
fix: iframe height fills available space between header and tab bar
This commit is contained in:
@@ -106,7 +106,7 @@ export default function Bereketli() {
|
|||||||
}, [exchangeToken]);
|
}, [exchangeToken]);
|
||||||
|
|
||||||
const content = (
|
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 ? (
|
{loading ? (
|
||||||
<div className="flex-1 flex items-center justify-center">
|
<div className="flex-1 flex items-center justify-center">
|
||||||
<div className="text-center space-y-3">
|
<div className="text-center space-y-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user