Skip to content

Commit

Permalink
add z-index on notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Mar 15, 2016
1 parent 98ba2df commit 2bb5b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/form/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@
}
},
components: {
},
methods: {
windowClick(event) {
if (event.target !== this.$el && (event.target !== this.$els.input) && (event.target !== this.$els.chosen)) {
Expand Down
1 change: 1 addition & 0 deletions src/service/notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
transition: opacity 0.2s, top 0.2s;
overflow: hidden;
z-index: 100;
}
.notification .group {
Expand Down

0 comments on commit 2bb5b5b

Please sign in to comment.