-fixed broken page scroll in current develop branch
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,11 +11,6 @@ body{
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.pf-body{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
a, .pf-link{
|
||||
color: $teal;
|
||||
will-change: color;
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user