mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-21 23:47: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]);
|
||||
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user