Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fix buttom bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Jan 31, 2020
1 parent 77e3214 commit d5a2a5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
7 changes: 7 additions & 0 deletions frontend/src/components/MultipleResourceInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,12 @@ export default {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.v-btn--bottom:not(.v-btn--absolute) {
bottom: 50px;
}
</style>

0 comments on commit d5a2a5e

Please sign in to comment.