Skip to content

Commit

Permalink
make side-panel sticky on configure screen (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Feb 11, 2025
2 parents 5acc0cb + 94cceb0 commit f165a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.
<script src="${resURL}/jsbundles/section-to-sidebar-items.js" type="text/javascript" defer="true" />
</l:header>

<l:side-panel>
<l:side-panel sticky="true">
<l:app-bar title="${%Configuration}"/>
<div id="tasks" />
</l:side-panel>
Expand Down

0 comments on commit f165a16

Please sign in to comment.