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

Separated scrolling in section forms to match vertical tabset design #4

Merged
merged 1 commit into from
Nov 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}
}