[Navigation] Properly handle overflow in conditional style selection tree (#3338)

This commit is contained in:
Charles Hacskaylo 2020-08-28 11:46:03 -07:00 committed by GitHub
parent 23e5efbb19
commit c4cd725c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
display: flex;
flex-direction: column;
flex: 1 1 auto;
//TODO: Do we need this???
//padding-right: $interiorMarginSm;
overflow: auto;
> * + * { margin-top: $interiorMargin; }
@ -245,6 +243,7 @@
border: 1px solid $colorInteriorBorder;
border-radius: $controlCr;
padding: $interiorMargin;
overflow: auto;
}
}