Skip to content

Commit 7c90f7c

Browse files
authored
Fix footer location (#69)
1 parent 9dc65f8 commit 7c90f7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

templates/react/application/src/dx-styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
border-left: 0;
3636
}
3737

38-
.with-footer > div > div > .dx-scrollable-content {
38+
.with-footer > .dx-scrollable-wrapper >
39+
.dx-scrollable-container > .dx-scrollable-content {
3940
height: 100%;
4041

4142
& > .dx-scrollview-content {

templates/vue/application/src/dx-styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
border-left: 0;
3636
}
3737

38-
.with-footer > div > div >.dx-scrollable-content {
38+
.with-footer > .dx-scrollable-wrapper >
39+
.dx-scrollable-container > .dx-scrollable-content {
3940
height: 100%;
4041

4142
& > .dx-scrollview-content {

0 commit comments

Comments
 (0)