Skip to content

Commit

Permalink
fix: routing tab header position (#765)
Browse files Browse the repository at this point in the history
* fix routing tab header position

* fix: dropdown position
  • Loading branch information
aprouja1 authored and Akryum committed Sep 16, 2018
1 parent 79de048 commit a621413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devtools/components/GroupDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
display flex
align-items center
padding 0 14px
height 48px
height 100%
cursor pointer
& /deep/ svg
fill #2c3e50
Expand All @@ -117,7 +117,7 @@ export default {
position absolute
background white
left 0
top 48px
top 100%
width 100%
box-shadow 0 3px 6px rgba(0,0,0,0.15)
border-bottom-left-radius 3px
Expand Down

0 comments on commit a621413

Please sign in to comment.