Skip to content

Commit

Permalink
the h5web component occupies the whole space vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Sep 9, 2024
1 parent b8ce427 commit 5c825d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/h5web/h5web.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "@h5web/app/dist/styles.css";

import { App, HsdsProvider } from "@h5web/app";
import { useLocation, useSearchParams, useParams } from "react-router-dom";
import { useState } from "react";
import { useLocation, useSearchParams } from "react-router-dom";

// eslint-disable-next-line react/prop-types
export default function H5web({ domain }) {
Expand Down Expand Up @@ -48,7 +48,7 @@ export default function H5web({ domain }) {
Download the file
</button>
</div>
<div >
<div style={{height: "100vh"}}>
<HsdsProvider
url="https://hsds-kc.ideaconsult.net"
username="system-public-user"
Expand Down

0 comments on commit 5c825d9

Please sign in to comment.