Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim-zakharov committed Aug 1, 2024
1 parent a266efe commit 97cec3c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2262,16 +2262,16 @@ html.dark .container > div.qty.negative, html.dark .container > div.loss-or-prof
transition: none;
}

html {
height : 100%;
overflow: hidden;
position: relative;
}
body {
height : 100%;
overflow: auto;
position: relative;
}
//html {
// height : 100%;
// overflow: hidden;
// position: relative;
//}
//body {
// height : 100%;
// overflow: auto;
// position: relative;
//}

.ant-drawer .ant-drawer-content-wrapper .drawer-slider {
height: 20px;
Expand Down

0 comments on commit 97cec3c

Please sign in to comment.