Skip to content

Commit

Permalink
Changes to add scrolling to the wizard so that the buttons don't over…
Browse files Browse the repository at this point in the history
…lap the states mapping dropdown.
  • Loading branch information
pkrk98 committed Sep 26, 2017
1 parent 7fc2c15 commit e954425
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Import-Export-Kanban/Import-Export-Kanban/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
}

/* Navigation */
.ms-Pivot{
height: 83vh;
overflow-y: auto;
}
.wizardNavigation {
position: absolute;
right: 0px;
bottom: 10px;
}

/* Team Selector */
Expand Down Expand Up @@ -94,7 +97,9 @@
display: inline-block;
box-sizing: border-box;
}

.ms-ChoiceFieldGroup{
height: 83vh;
}

/* dropdown */

Expand Down

0 comments on commit e954425

Please sign in to comment.