Skip to content

Commit

Permalink
Fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Dec 18, 2024
1 parent fe797ab commit 365a627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeBlaze.Host/Pages/ThingsPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div id="scrollContainer" style="height: calc(100% - 15px);
width: calc(100% - 20px);
overflow-y: scroll; overflow-x: hidden; display: flex;
overflow-y: scroll; overflow-x: scroll; display: flex;
margin-left: 15px; margin-top: 15px">

@for (int i = 0; i < _openedThings.Count; i++)
Expand Down

0 comments on commit 365a627

Please sign in to comment.