Skip to content

Commit

Permalink
v2.1.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed Feb 17, 2020
1 parent 6e4e3f2 commit 552ca36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.1.0 Beta 21

### Chore

- Set `min-height` of the App

---

## v2.1.0 Beta 20

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eodiro",
"version": "2.1.0-beta.20",
"version": "2.1.0-beta.21",
"description": "CAU Utility Service",
"scripts": {
"test": "mocha --require @babel/register",
Expand Down
1 change: 1 addition & 0 deletions src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export default {
#app {
position: relative;
min-height: 100vh;
// overflow-x: hidden;
&.transitioning {
Expand Down

0 comments on commit 552ca36

Please sign in to comment.