Commit 19a12c08 authored by minseok.park's avatar minseok.park

test nav style -- add pannel max width

parent 0c2f4896
Pipeline #19769 passed with stages
in 3 minutes and 20 seconds
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
overflow-y: scroll; overflow-y: scroll;
overscroll-behavior: none; overscroll-behavior: none;
height: var(--nav-panel-menu-height); height: var(--nav-panel-menu-height);
max-height: 760px;
padding: 1.25em; padding: 1.25em;
padding-top: 0; padding-top: 0;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="panels"> <div class="panels">
{{> page-versions}} {{> page-versions}}
{{> nav-menu}} {{> nav-menu}}
{{> nav-explore}} {{!-- {{> nav-explore}} --}}
</div> </div>
</aside> </aside>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment