Can't resize the layers sidebar? Look here :)

Don’t know if it’s only me, but since a few days ago, the hitbox that allows to resize vertically the layer side bar, is too narrow, making it almost imposible to click.

i came with a kinda dumb workaround:
Open Figma’s console and past this:

document.querySelector('.resizable_panel--bottom--kBKKu').style.height = '16px';

It basically temporarily sets a height to the resizable trigger, and makes it easier to click.

1 Like

Wow, thank you, I also noticed this in recent days, now it’s working!

You will have to apply it every time you load Figma.

Good news is that if you open the console and press “UP”. the code will appear, like a good friend with a couple of cold drinks when you need it the most.