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 eec5cf4 commit 518a398Copy full SHA for 518a398
src/app/modules/shared/components/sidebar/sidebar.component.scss
@@ -60,7 +60,7 @@ body {
60
61
.content_app {
62
padding: 2rem 3rem 5rem 3rem;
63
- overflow-y: auto;
+ overflow-y: scroll;
64
}
65
66
.active {
@@ -72,8 +72,8 @@ body {
72
73
.full-height {
74
height: 100%;
75
- height: -moz-calc(100vh - 12vh);
76
- height: -webkit-calc(100vh - 12vh);
77
- height: -o-calc(100vh - 12vh);
78
- height: calc(100vh - 12vh);
+ height: -moz-calc(100vh - 1vh);
+ height: -webkit-calc(100vh - 1vh);
+ height: -o-calc(100vh - 1vh);
+ height: calc(100vh - 1vh);
79
src/styles.scss
@@ -17,6 +17,7 @@ body {
17
margin: 0;
18
padding: 0;
19
overflow-x: hidden;
20
+ overflow-y: hidden;
21
22
23
.table.dataTable th,
0 commit comments