We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31681d commit c067b27Copy full SHA for c067b27
packages/trader/src/sass/app/_common/drawer/positions-drawer.scss
@@ -10,7 +10,7 @@ $header-height: 3.6em;
10
$MARGIN_BOTTOM: #{$POSITIONS_DRAWER_MARGIN * 2};
11
12
width: 240px;
13
- height: calc(100vh - #{$HEADER_HEIGHT} - #{$FOOTER_HEIGHT} - #{$MARGIN_TOP} - #{$MARGIN_BOTTOM});
+ height: calc(100svh - #{$HEADER_HEIGHT} - #{$FOOTER_HEIGHT} - #{$MARGIN_TOP} - #{$MARGIN_BOTTOM});
14
margin-top: #{$MARGIN_TOP};
15
position: fixed;
16
z-index: 2;
0 commit comments