You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
I want the empty space of the tab bar to be draggable (so that I can have some space to drag the window around). I want to set the css -webkit-app-region: drag; for the tab bar. However, I do not know the class name of the tab bar.
Could anyone explain how to do that?
The text was updated successfully, but these errors were encountered:
The class name is .tabs, but it will focus the whole bar including its children (the tabs), so I guess you won't be able to drag tabs anymore. I think you will need to find a workaround.
I want the empty space of the tab bar to be draggable (so that I can have some space to drag the window around). I want to set the css
-webkit-app-region: drag;
for the tab bar. However, I do not know the class name of the tab bar.Could anyone explain how to do that?
The text was updated successfully, but these errors were encountered: