mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(layout): dont position:fixed, javascript api is too long
This commit is contained in:
5
docs/templates/pages-data.template.html
vendored
5
docs/templates/pages-data.template.html
vendored
@@ -13,6 +13,9 @@
|
||||
{% endif %}
|
||||
|
||||
<style>
|
||||
.docked-menu.no-fixed.fixed-menu {
|
||||
position: static;
|
||||
}
|
||||
.left-menu .api-section {
|
||||
display: none;
|
||||
border-top: 1px solid #EEE;
|
||||
@@ -44,7 +47,7 @@
|
||||
|
||||
<div class="col-md-2 col-sm-3 aside-menu">
|
||||
|
||||
<div class="docked-menu">
|
||||
<div class="docked-menu{% if page.active == "javascript" %} no-fixed{% endif %}">
|
||||
|
||||
|
||||
<!-- Getting Started -->
|
||||
|
||||
Reference in New Issue
Block a user