brychanrobot / hyper-autohide-tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't move Hyper window with only 1 tab.

Lechucico opened this issue · comments

The Hyper window is Immobile with just 1 tab on MacOS.

If you change the css style of ~/.hyper_plugins/node_modules/hyper-autohide-tabs/styles.css to
body.closed-tabs .tabs_nav { /* display: none; */ height: 50px; }
It should do the trick. Worked for me anyway (the height value is arbitrary)

It's not working for me.