FreeTube/src/renderer/components/playlist-info
Emma 821d5ca73e
Fix overflow issue with share playlist icon drop-down (#4677)
* Set share playlist dropdown position to `center` w/ media query

* Remove overflow-y as it causes the overflow issue

Originally, when this overflow-y was added, the share playlist dropdown went straight down, so there would no need for the content to be able to overflow in the y direction. (FreeTubeApp/FreeTube#2281)

Now, the dropdown swings out to the left by default, and even when it is centered, it still overflows the width of the container as an intentional part of the design.

* Remove unnecessary whitespace
2024-02-15 09:02:21 +01:00
..
playlist-info.js Playlist performance improvements (#4597) 2024-02-01 07:08:47 -05:00
playlist-info.scss Fix overflow issue with share playlist icon drop-down (#4677) 2024-02-15 09:02:21 +01:00
playlist-info.vue Fix overflow issue with share playlist icon drop-down (#4677) 2024-02-15 09:02:21 +01:00