mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-04 05:05:05 +00:00
Add a view-detail class (for more generic use)
Fix the regression (scroll) problem on contact editor
This commit is contained in:
committed by
Francis Lachapelle
parent
655fe5f731
commit
f99dae331d
@@ -288,8 +288,9 @@
|
||||
</md-item>
|
||||
</md-list>
|
||||
</md-content>
|
||||
<!-- This extra container prevent card from being stretch by layout-fill -->
|
||||
<div ui-view="card" layout="column" ng-animate="'view'"><!-- card view --></div>
|
||||
<!-- This extra container is used to animate views transitions
|
||||
double quotes in ng-animate is not a typo -->
|
||||
<div class="view-detail" ui-view="card" layout="column" ng-animate="'view'"><!-- card view --></div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user