Skip to content

Commit

Permalink
Position the editor correctly. This now brings stable chrome position…
Browse files Browse the repository at this point in the history
…in (I think) entirely inline with canary. Part of #25.
  • Loading branch information
jkomoros committed Dec 26, 2018
1 parent 6b9e533 commit fc6508c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/card-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@ class CardEditor extends connect(store)(LitElement) {
${ButtonSharedStyles}
<style>
:host {
position:relative;
}
.container {
width: 100%;
height:100%;
display:flex;
flex-direction: column;
padding:1em;
box-sizing:border-box;
position:absolute;
}
.inputs {
Expand Down

0 comments on commit fc6508c

Please sign in to comment.