diff --git a/electrum/gui/qml/components/ExceptionDialog.qml b/electrum/gui/qml/components/ExceptionDialog.qml index 9bc3a7b5b..e9aabd5be 100644 --- a/electrum/gui/qml/components/ExceptionDialog.qml +++ b/electrum/gui/qml/components/ExceptionDialog.qml @@ -115,11 +115,14 @@ ElDialog width: parent.width height: parent.height z: 1001 // above root + needsSystemBarPadding: false header: null Flickable { anchors.fill: parent + anchors.topMargin: app.statusBarHeight + anchors.bottomMargin: app.navigationBarHeight contentHeight: reportLabel.implicitHeight interactive: height < contentHeight