How to disable left-side tabs menu on mobile #4877
-
Hi there, I'm using the That works file, but when the page is shrunk on a mobile device, the tabs appear on the left-hand side menu when the user clicks on the three-line burger icon. How can I disable that behaviour on mobile? PS: I have tried hiding the burger icon ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure if Material for MkDocs is right for your use case, because it doesn't sound like something we're optimizing for, but you should be able to hide the button with: .md-header__button[for="__drawer"] {
display: none
} |
Beta Was this translation helpful? Give feedback.
I'm not sure if Material for MkDocs is right for your use case, because it doesn't sound like something we're optimizing for, but you should be able to hide the button with: