Skip to content

Commit

Permalink
Fix crew monitor map being cut off on y axis after resizing window (P…
Browse files Browse the repository at this point in the history
…aradiseSS13#26914)

* one punch

* rebuild tgui

* better solution to crew monitor cutoff problem

* update tgui with crew monitor fix

* Rebuild tgui after upstream update
  • Loading branch information
pwbokie authored Nov 3, 2024
1 parent 3715f9b commit e5ff107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/CrewMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const CrewMonitorMapView = (_properties, context) => {
const { act, data } = useBackend(context);
const { highlightedNames } = data;
return (
<Box height="526px" mb="0.5rem" overflow="hidden">
<Box height="100vh" mb="0.5rem" overflow="hidden">
<NanoMap
zoom={data.zoom}
offsetX={data.offsetX}
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit e5ff107

Please sign in to comment.