mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
scroll panel content
This commit is contained in:
3
dist/framework.css
vendored
3
dist/framework.css
vendored
@ -227,7 +227,8 @@ a.list-item {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 0; }
|
z-index: 0;
|
||||||
|
overflow: auto; }
|
||||||
|
|
||||||
.ion-panel-active-left {
|
.ion-panel-active-left {
|
||||||
left: 0; }
|
left: 0; }
|
||||||
|
|||||||
@ -32,11 +32,215 @@
|
|||||||
|
|
||||||
|
|
||||||
<section id="my-left-panel" class="ion-panel">
|
<section id="my-left-panel" class="ion-panel">
|
||||||
This is my default left side panel!
|
<ul class="list">
|
||||||
|
<li class="list-divider">Left Nav Things</li>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Sasafras
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Candy
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Candy
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="my-right-panel" class="ion-panel">
|
<section id="my-right-panel" class="ion-panel">
|
||||||
This is my right side panel!
|
<ul class="list">
|
||||||
|
<li class="list-divider">Right Nav Things</li>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Sasafras
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Candy
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Candy
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
<a href="#" class="list-item">
|
||||||
|
Cheese cords
|
||||||
|
<i class="icon-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="my-other-left-panel" class="ion-panel">
|
<section id="my-other-left-panel" class="ion-panel">
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ion-panel-active-left {
|
.ion-panel-active-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user