Frameless window

I have used <.titlebar> and <.is-frameless> to make a frameless Obsidian … BUT…
The Window title (where is says ‘Obsidian 0.9.10’) is still there, almost covering the document/side-pane bar. This means that I only have a few pixels at the bottom of the document/side-pane bar to select the ‘more options’, ‘close’ and ‘preview’ buttons (and individual tabs in the sidebars).
Is there a solution to this?

Have you tried this?

.titlebar-text {
  display: none;
}

Thanks, I will squirrel this away in case I need it in the future - for now the Minimal theme+ Hider has sorted this for me.