Skip to content

Commit

Permalink
Force display flex
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
alvarezguille authored Nov 26, 2018
1 parent d15dd6d commit c7ebf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-app-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<template>
<style>
:host {
display: flex;
display: flex !important;
flex-direction: column-reverse;
position: fixed;
top: 0;
Expand Down

0 comments on commit c7ebf11

Please sign in to comment.