mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
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:
@@ -268,7 +268,7 @@ p.n-margin {
|
|||||||
.app-main .column-left .left-sidebar,
|
.app-main .column-left .left-sidebar,
|
||||||
.app-main .column-right .right-sidebar {
|
.app-main .column-right .right-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50px;
|
margin-top: 50px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user