Compare commits
1 Commits
0.41.0
...
DEB-182/Ov
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2133bb44ef |
@@ -258,10 +258,17 @@
|
||||
.row-wrapper {
|
||||
height: calc(~"100% - 97px");
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Use overlay-scrollbars for webkit-browsers
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
.row-wrapper {
|
||||
overflow: overlay;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// hide scrollbars
|
||||
|
||||
Reference in New Issue
Block a user