1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00

Menu bar: Fix search result visibility

Fixes #4509
This commit is contained in:
Jeremy Ruston 2020-03-16 09:11:08 +00:00
parent bc687e5783
commit 8f12717935
2 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,8 @@ description: Sidebar
is-dropdown: yes is-dropdown: yes
tags: $:/tags/MenuBar tags: $:/tags/MenuBar
<div class="tc-popup-keep tc-menubar-dropdown-sidebar"> <$scrollable fallthrough="none" class="tc-popup-keep tc-menubar-dropdown-sidebar">
<$transclude tiddler="$:/core/ui/SideBarSegments/tabs" mode="inline"/> <$transclude tiddler="$:/core/ui/SideBarSegments/tabs" mode="inline"/>
</div> </$scrollable>

View File

@ -44,7 +44,6 @@ tags: $:/tags/PageTemplate
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]limit[1]]" variable="listItem"> <$list filter="[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]limit[1]]" variable="listItem">
<nav class="tc-menubar tc-adjust-top-of-scroll"> <nav class="tc-menubar tc-adjust-top-of-scroll">
<$scrollable fallthrough="none">
<div class="tc-menubar-narrow"> <div class="tc-menubar-narrow">
<<menubar-inner narrow>> <<menubar-inner narrow>>
</div> </div>
@ -65,6 +64,5 @@ tags: $:/tags/PageTemplate
</$set> </$set>
</$list> </$list>
</$list> </$list>
</$scrollable>
</nav> </nav>
</$list> </$list>