diff src/app/actions/action-tray.component.ts @ 425:78c32c94d201

Change to overflow, seems to fix an issue in safari.
author Lucas Thompson <dev@lucas.im>
date Tue, 06 Jun 2017 21:37:10 +0100
parents 4387175f594b
children 634d51d8e114
line wrap: on
line diff
--- a/src/app/actions/action-tray.component.ts	Tue Jun 06 21:36:48 2017 +0100
+++ b/src/app/actions/action-tray.component.ts	Tue Jun 06 21:37:10 2017 +0100
@@ -20,18 +20,18 @@
       width: 100%;
       position: absolute;
       z-index: 100;
-      overflow-y: hidden;
+      overflow: hidden;
     }`
   ],
   animations: [
     trigger('visibility', [
       state('show', style({
         height: '100%',
-        'overflow-y': 'scroll'
+        overflow: 'scroll'
       })),
       state('hide', style({
         height: 0,
-        'overflow-y': 'hidden',
+        overflow: 'hidden',
       })),
       transition('hide => show', [
         animate(300, keyframes([