Fix minor overlap

This commit is contained in:
Devin Lin 2020-08-29 19:06:37 -04:00
parent e74833e9ab
commit 8487ccb35e

View file

@ -122,9 +122,11 @@ NanoShell.FullScreenOverlay {
Rectangle {
anchors {
fill: parent
topMargin: root.height // top panel background handled separately in main.qml
left: parent.left
right: parent.right
bottom: parent.bottom
}
height: parent.height - headerHeight
color: "black"
opacity: 0.6 * Math.min(1, offset/contentArea.height)