- Affected version
- 2.0.0
Hi!
1. Problem:
Template: core.less
If a picture is set for @xf-pageBackground while using "background-size: cover;" the Background-Image jumps as soon as the Login-Overlay opens.
Fix for us: Binding the BG-Image to the class ".p-pageWrapper" avoids this problem.
2. Problem:
Template: core_overlay.less
Using @xf-pageBackground on this position could lead to not readable texts (or more) problems if the BG-Image is set.
1. Problem:
Template: core.less
CSS:
html {
.xf-pageBackground();
...
}
If a picture is set for @xf-pageBackground while using "background-size: cover;" the Background-Image jumps as soon as the Login-Overlay opens.
Fix for us: Binding the BG-Image to the class ".p-pageWrapper" avoids this problem.
2. Problem:
Template: core_overlay.less
CSS:
.overlay {
...
.xf-pageBackground();
...
}
Using @xf-pageBackground on this position could lead to not readable texts (or more) problems if the BG-Image is set.