mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix(app): dev graphiql page height using viewport instead of relative (#7626)
This commit is contained in:
parent
7e19ecd47c
commit
0b326abdab
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
{`
|
||||
|
|
|
|||
Loading…
Reference in a new issue