Fix width of article sticky sidebar (#6378) [deploy]

This commit is contained in:
Ben Halpern 2020-02-29 13:08:10 -05:00 committed by GitHub
parent 9f58b12f67
commit 501f70bd9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
flex-flow: column wrap;
overflow: hidden;
z-index: 100;
width: 300px;
}
&.hidden {
display: none;