mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-18 03:47:59 +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
@@ -40,7 +40,8 @@
|
||||
</md-item>
|
||||
</md-list>
|
||||
</md-content>
|
||||
|
||||
<div layout="column" ui-view="message" ng-animate="'view'"><!-- message view --></div>
|
||||
<!-- This extra container is used to animate views transitions
|
||||
double quotes in ng-animate is not a typo -->
|
||||
<div class="view-detail" layout="column" ui-view="message" ng-animate="'view'"><!-- message view --></div>
|
||||
|
||||
</container>
|
||||
|
||||
Reference in New Issue
Block a user