-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow adjusting templates' header height and hiding it #6125
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6125 +/- ##
==========================================
- Coverage 84.67% 84.55% -0.12%
==========================================
Files 296 296
Lines 44096 44322 +226
==========================================
+ Hits 37338 37477 +139
- Misses 6758 6845 +87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
This pull request has been mentioned on HoloViz Discourse. There might be relevant details there: https://discourse.holoviz.org/t/removing-the-header-bar/2834/7 |
There is now a workaround at the Discourse link above. |
Allows adjusting header height, and if
header_height='0'
, the header is hidden.Use case is for nesting templates within one another (e.g. Creating a Lumen dashboard within an app's template and hiding the Lumen's template's header)
FastListTemplate 250px
FastListTemplate 0
MaterialTemplate 250px
MaterialTemplate 0