Skip to content

Commit

Permalink
Merge pull request #16 from uncaughtxcptn/bugfix/disconnect-btn-overlap
Browse files Browse the repository at this point in the history
Make disconnect button go above table headers
  • Loading branch information
arnellebalane committed Jun 7, 2020
2 parents 5471979 + 9a7974e commit 7b3ae97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DisconnectButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ button {
color: #d32f2f;
background: none;
cursor: pointer;
position: relative;
z-index: 2;
}
</style>

0 comments on commit 7b3ae97

Please sign in to comment.