changeset 1632:a0fc6f957323

start to reformat live page scroll area Ignore-this: f8a767c814c14f1502fe1b04e0404528
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 02:07:39 +0000
parents 26bf3e911ac6
children eccbc249fee7
files light9/web/live/index.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/live/index.html	Sat Jun 10 02:07:27 2017 +0000
+++ b/light9/web/live/index.html	Sat Jun 10 02:07:39 2017 +0000
@@ -202,11 +202,16 @@
     <dom-module id="light9-live-controls">
       <template>
         <style>
+         :host {
+display: flex;
+    flex-direction: column;
+             }
          #preview {
              width: 100%;
          }
          #deviceControls {
              column-width: 400px;
+             overflow-y: auto;
          }
          light9-live-device-control > div {
              break-inside: avoid-column;