Skip to content

Commit

Permalink
fix some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Cheng committed Dec 3, 2019
1 parent 765f048 commit dd1b3e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VueExcelEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,7 @@ export default {
height: 32px;
position: sticky;
bottom: 0;
left: 0;
background-color: white;
border-top: 1px solid lightgray;
margin-top: -6px;
Expand All @@ -1144,7 +1145,7 @@ export default {
border-top: 0
}
.front-drop {
position: absolute;
position: fixed;
display:flex;
justify-content:center;
align-items:center;
Expand Down

0 comments on commit dd1b3e1

Please sign in to comment.