IrosTheBeggar / mStream

The easiest music streaming server available
http://mstream.io
GNU General Public License v3.0
2.21k stars 186 forks source link

Fix flex overflow render in Safari #372

Open trap000d opened 2 years ago

trap000d commented 2 years ago

There are some people still using "vintage" Apple. Proposed PR fixes playlist scrollbars render in HighSierra/Safari. To be more precise, currently MStream CSS contains some bug in flexbox containers hierarchy (google: "flex overflow", e.g. https://stackoverflow.com/questions/43502451/nested-flexbox-ui-with-scrolling-content-rendered-differently-in-safari-and-in-m), which was pretty annoying several years ago, but by now managed to be handled by modern browsers.