Skip to content

Commit

Permalink
Merge branch 'dashpresshq:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktbch authored May 9, 2024
2 parents ed63b26 + 8a5f93b commit 34d244e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/_layouts/app/NavigationSideBar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function SideBar({ isFullWidth, setIsFullWidth }: IProps) {
$justify="space-between"
$direction="column"
$spacing={0}
style={{ height: "calc(100vh - 70px)" }}
style={{ height: "calc(100dvh - 70px)" }}
>
<Scroll
style={{
Expand Down

0 comments on commit 34d244e

Please sign in to comment.