Skip to content

Commit c067b27

Browse files
committed
fix: position drawer on ios
1 parent f31681d commit c067b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trader/src/sass/app/_common/drawer/positions-drawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $header-height: 3.6em;
1010
$MARGIN_BOTTOM: #{$POSITIONS_DRAWER_MARGIN * 2};
1111

1212
width: 240px;
13-
height: calc(100vh - #{$HEADER_HEIGHT} - #{$FOOTER_HEIGHT} - #{$MARGIN_TOP} - #{$MARGIN_BOTTOM});
13+
height: calc(100svh - #{$HEADER_HEIGHT} - #{$FOOTER_HEIGHT} - #{$MARGIN_TOP} - #{$MARGIN_BOTTOM});
1414
margin-top: #{$MARGIN_TOP};
1515
position: fixed;
1616
z-index: 2;

0 commit comments

Comments
 (0)