Remove tabs in container #3741
Answered
by
squidfunk
cuong-huynh-tamara
asked this question in
Q&A
-
Hi, Currently, I'm customizing the document as as per design, I can add Tabs to header by override header.html but the problem is Tabs is still show in container, so it will be duplicated with header, do we have a solution to remove Tabs in main container? I also tried to override base.html but it was breaking everything. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Mar 17, 2022
Replies: 1 comment 1 reply
-
I think the behaviour you’re looking for is implemented as what we call sticky navigation tabs. The tabs will then only be added to the header, not to the main container. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the behaviour you’re looking for is implemented as what we call sticky navigation tabs. The tabs will then only be added to the header, not to the main container.