How to hide the search bar in v0.14.1

Is there a way to hide the search bar in v0.14.1?

In version 0.13.4 there was an option to turn off the search bar. While not a big deal in the desktop version, the search bar takes up space in the mobile view.
image.png
Solution
Not perfect but you can add
.mantine-Header-root {
  height: auto;
}
Was this page helpful?