Skip to content

Commit

Permalink
refactor(v2): increase CSS specificity on application container (#2367)
Browse files Browse the repository at this point in the history
* refactor(v2): increase CSS specificity on application container

* Use docusaurus selector

Co-authored-by: Yangshun Tay <[email protected]>
  • Loading branch information
lex111 and yangshun authored Mar 7, 2020
1 parent ff12641 commit 5904410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
transition: var(--ifm-transition-fast) ease color;
}

body > div {
body > #__docusaurus {
height: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5904410

Please sign in to comment.