ParadiseSS13 / Paradise

Paradise Station's GitHub main repository.
https://www.paradisestation.org/forum
GNU Affero General Public License v3.0
404 stars 1.21k forks source link

In-game popup windows have title boxes that can overlay the rest of the window #11330

Open Citinited opened 5 years ago

Citinited commented 5 years ago

See the image below, the title shouldn't overlay the buttons in the body of the window (but it does because it doesn't dynamically resize the title bar's height)

image

Should be relatively easy to fix if you know what you are doing with CSS

Steps to reproduce:

  1. Open up a popup with this sort of style that has a short title (e.g. Bridge holopad)
  2. Observe title box working fine
  3. Now open up one with a long title (e.g. Engineering Equipment Storage holopad)
  4. See the title overlay part of the body of the popup

How long has this been happening? Unsure, possibly since forever.

Sirryan2002 commented 2 years ago

confirmed still an issue, this could best be fixed by just converting this menu to TGUI tbh. It should be easy enough.