Fix progress wrapper margin on Safari/iOS

This commit is contained in:
Penar Musaraj 2019-04-11 00:42:26 -04:00
parent d705dd8bb8
commit 54daa92c2d
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@
bottom: 0;
z-index: z("timeline");
margin-right: 148px;
margin-bottom: env(safe-area-inset-bottom);
&:not(.docked) {
margin-bottom: env(safe-area-inset-bottom);
}
.topic-admin-menu-button-container .toggle-admin-menu {
height: 43px;
}