Skip to content

Commit

Permalink
Merged PR 256: Changes to add scrolling to the wizard so that the but…
Browse files Browse the repository at this point in the history
…tons don't overlap the

Changes to add scrolling to the wizard so that the buttons don't overlap the states mapping dropdown.

Related work items: #13626
  • Loading branch information
pkrk98 authored and Edward Fry committed Sep 28, 2017
2 parents 7fc2c15 + e954425 commit 850f405
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 850f405

Please sign in to comment.