Hi, i am trying to make full screen 9x9 grid. Flex layout takes all space 
in horizontal, but not in vertical, my code is:

<body fullbleed layout vertical>
    <div class="horizontal layout flex">
      <div class="flex">content</div>
      <div class="flex">content</div>
      <div class="flex">content</div>
    </div>
    <div class="horizontal layout flex ">
      <div class="flex">content</div>
      <div class="flex">content</div>
      <div class="flex">content</div>
    </div>
    <div class="horizontal layout flex">
      <div class="flex">content</div>
      <div class="flex">content</div>
      <div class="flex">content</div>
    </div>
</body>


Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/41da9513-64bf-4c2b-ae88-62c7a88a2318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to