-fixed broken page scroll in current develop branch

This commit is contained in:
Mark Friedrich
2019-06-03 22:14:34 +02:00
parent 91dcc3b063
commit 37b8e04bdb
4 changed files with 5 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,11 +11,6 @@ body{
cursor: default;
}
.pf-body{
overflow: hidden;
}
a, .pf-link{
color: $teal;
will-change: color;

View File

@@ -23,7 +23,6 @@ html, body, [canvas=container], [off-canvas] {
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
/**
@@ -36,7 +35,8 @@ html, body {
[canvas=container] {
width: 100%;
height: 100%;
//height: 100%;
min-height: 100%;
overflow-y: auto;
position: relative;
background-color: white; /* Basic background color, overwrite this in your own css. */