Library action menu not working if Library is clicked just before

Server Version#: 1.32.5.7349
Player Version#: 4.108.0
If you click the Library just before clicking on the Library action menu (plex-icon-more-vertical-560), the action menu is not working at first click.
The behavior is the same for Chrome, Brave and Firefox.
Thank you.

Yeah, this has been going on for a couple years now.

Odd behavior of Library action menu

It’s not a super big issue, but kind of irritating when you have to move a bunch of files and you want to update library as group of files are transfered.

Hope the team will have a bit of time to look at it.

Have a nice day !

I think I found a walkaround until they will fix it.

Just a value to change in two .css files :

C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-2632c9d3a\WebClient.bundle\Contents\Resources\main-179-69d37121295f158388fa-plex-4.108.0.32184-ffafb0d.css
C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-8f4248874\WebClient.bundle\Contents\Resources\main-179-69d37121295f158388fa-plex-4.108.0.32184-ffafb0d.css
Change this :
.SourceSidebarItem-hiddenOverflowButton-OuaYQX{visibility:hidden;width:0}
for this :
.SourceSidebarItem-hiddenOverflowButton-OuaYQX{/*visibility:hidden;*/width:0}

*Commenting the visibility:hidden property seems to make the job.

Hope this will help.

That does seem to do it. Good find!

I already use the Stylus add-on to override the built-in CSS in my browsers. Rather than just commenting out the ‘visibility’ attribute, I changed it to ‘visible.’ This is the default value of visibility, so it has the same effect.

Very happy it helped you !
I was not aware about the Stylus add-on , I’ll look at it. Thanks for the info.
The reason I just commented the attribute instead of changing it, was to avoid overriding a parent css class. But thanks for the cue about it. It’s really appreciated.
Have a nice day !!!

For the new server version of Plex the change should be made in this file :

C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-07e0d4a7e\WebClient.bundle\Contents\Resources\main-179-69d37121295f158388fa-plex-4.108.0.32184-ffafb0d.css