We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0e0c6 commit ded622fCopy full SHA for ded622f
addon/components/docs-viewer/x-nav/template.hbs
@@ -17,7 +17,7 @@
17
18
}}
19
'>
20
- <div class='pt-px sticky pin-t mb-8 '>
+ <div class='pt-px sticky pin-t mb-8 lg:max-h-screen lg:-mt-4 lg:pt-4 lg:overflow-y-scroll'>
21
{{#if (or media.isMobile media.isTablet)}}
22
<div class="text-right">
23
<button onclick={{action (mut isShowingMenu) false}}
@@ -66,7 +66,7 @@
66
{{/if}}
67
{{/docs-viewer/x-nav-list}}
68
69
- <div class="mt-16 mr-2 text-xs rounded">
+ <div class="mt-16 lg:mb-16 mr-2 text-xs rounded">
70
<a href="https://github.com/ember-learn/ember-cli-addon-docs"
71
class='opacity-50 hover:opacity-100 transition no-underline
72
text-inherit flex items-center text-grey-darkest'>
0 commit comments