Revert "Position sidebars with top instead of margin-top."

This reverts commit c4620af2161283fe2cff0ba8f89789211d02bbdd.

This broke the positioning of the permissions request layer when that
appears.
This commit is contained in:
Tim Abbott
2018-12-04 17:26:37 -08:00
parent 44ef8baff1
commit c21247abf9

View File

@@ -268,7 +268,7 @@ p.n-margin {
.app-main .column-left .left-sidebar,
.app-main .column-right .right-sidebar {
position: fixed;
top: 50px;
margin-top: 50px;
z-index: 100;
}