SDA-4705 - Move notification to the top to fix full screen issue (#2216)

This commit is contained in:
Kiran Niranjan 2024-10-16 15:40:38 +05:30 committed by GitHub
parent e6a733f708
commit 32788bbb9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,6 +249,7 @@ class Notification extends NotificationHandler {
if (notificationWindow.displayTimer) {
clearTimeout(notificationWindow.displayTimer);
}
notificationWindow.moveTop();
// Reset notification window size to default
notificationWindow.setSize(
notificationSettings.width,