Skip to content

Commit

Permalink
[MIRROR] Adds overflow back to the orbit menu [MDB IGNORE] (#2927)
Browse files Browse the repository at this point in the history
* Adds overflow back to the orbit menu (#83790)

## About The Pull Request

Simply, a few arguments were missing in the css

closes #83731

## Changelog

:cl:
fix: The orbit menu clicks are accurate again
/:cl:

* Adds overflow back to the orbit menu

---------

Co-authored-by: Waterpig <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 8, 2024
1 parent 7ebeb75 commit 9fd1ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tgui/packages/tgui/styles/interfaces/Orbit.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.JobIcon {
height: 20px;
background: black;
padding: 1px 1px 0 1px;
overflow: hidden;
}

.OrbitItem__selected {
Expand Down

0 comments on commit 9fd1ffe

Please sign in to comment.