fix(app): dev graphiql page height using viewport instead of relative (#7626)

This commit is contained in:
Adam Benhassen 2026-02-05 11:56:39 +02:00 committed by GitHub
parent 7e19ecd47c
commit 0b326abdab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ import 'graphiql/style.css';
export function DevPage() {
return (
<div className="size-full">
<div className="h-screen w-full">
<Helmet>
<style key="dev">
{`