Skip to content

Commit

Permalink
Hide overflow of grid row handles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzwillia committed May 23, 2017
1 parent af4ea28 commit 78629b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<spinner size="large" message="Loading..."></spinner>
</div>

<div class="flex flex-column relative bg-white h-100" v-else>
<div class="flex flex-column relative bg-white h-100 overflow-hidden" v-else>
<!-- grid header row handle -->
<grid-header-row-handle class="z-2 ba bg-near-white vg-td"
:row-height="row_height"
Expand Down

0 comments on commit 78629b3

Please sign in to comment.