Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fixed vertical tabs component to handle vertical overflow for tabs an…
Browse files Browse the repository at this point in the history
…d content separately. (#4)
  • Loading branch information
blackbaud-conorwright authored and Blackbaud-SteveBrush committed Nov 27, 2018
1 parent ba15173 commit fe077d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
@media (min-width: $sky-screen-sm-min) {
.sky-sectioned-form {
display: flex;
max-height: 100%;
}

.sky-sectioned-form-tabs {
flex-basis: 30%;
overflow-y: auto;
@include sky-border(light, right);
}

.sky-sectioned-form-content {
flex-basis: 70%;
overflow-y: auto;
}
}

0 comments on commit fe077d2

Please sign in to comment.