Skip to content

Commit

Permalink
Fix: nanomap overflow (ParadiseSS13#22518)
Browse files Browse the repository at this point in the history
* Actually hidden nanomap overflow

* tgui compile
  • Loading branch information
Furrior committed Sep 24, 2023
1 parent 99d6fa9 commit d59bbec
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/public/tgui.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tgui/packages/tgui/styles/components/NanoMap.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$color-background: rgba(0, 0, 0, 0.33) !default;

.NanoMap__container {
overflow: hiddden;
overflow: hidden;
width: 100%;
z-index: 1;
}
Expand Down

0 comments on commit d59bbec

Please sign in to comment.