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

Commit

Permalink
Add css change from #207 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva authored and kanadgupta committed Nov 18, 2019
1 parent ac5a385 commit 7a15594
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/api-explorer/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -988,3 +988,21 @@ form.rjsf {
}
}
}

@media screen and (min-width: 1001px) {
#hub-reference .hub-api .api-definition .api-definition-container {
background: white;
}

#hub-content:before {
content: '';
width: 390px;
height: 100%;
position: fixed;
top: 0;
right: 0;
background-color: #f0f2f4;
border-left: 1px solid #dee5e8;
z-index: -1;
}
}

0 comments on commit 7a15594

Please sign in to comment.