Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try: Make site editor responsive. #26021

Merged
merged 13 commits into from
Nov 5, 2020
Prev Previous commit
Next Next commit
Fix issue with sidebar not working.
  • Loading branch information
jasmussen authored and jeyip committed Nov 5, 2020
commit 6f873135a13abbcd225cf62baedc84b5a70838a3
Original file line number Diff line number Diff line change
@@ -97,7 +97,6 @@ html.interface-interface-skeleton__html-container {
left: 0;
background: $white;
color: $gray-900;
width: 0;

// On Mobile the header is fixed to keep HTML as scrollable.
@include break-medium() {
@@ -115,7 +114,10 @@ html.interface-interface-skeleton__html-container {
}

.interface-interface-skeleton__left-sidebar {
width: 0;

@include break-medium() {
width: auto;
border-right: $border-width solid $gray-200;
}
}