mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
removing custom scroll bar
This commit is contained in:
parent
8f18728463
commit
f2e294d890
@ -167,7 +167,7 @@
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row-fluid">
|
||||
<div class="extsidenav span3 well sidebar-nav">
|
||||
<div class="span3 well sidebar-nav">
|
||||
|
||||
<div class="input-append">
|
||||
<input type="text" ng-model="search.query" class="form-control input-small" placeholder="Search">
|
||||
@ -212,7 +212,7 @@
|
||||
</accordion-group>
|
||||
</accordion>
|
||||
</div>
|
||||
<div class="span9 extngview">
|
||||
<div class="span9">
|
||||
<div ng-view></div>
|
||||
</div>
|
||||
<!-- Footer
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
/* app css stylesheet */
|
||||
|
||||
.extngview {
|
||||
overflow-y: scroll;
|
||||
height: 550px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.extsidenav {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.well {
|
||||
background-color: #F5F5F5;
|
||||
border: 1px solid #E3E3E3;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user