Strange behaviors with the Notifications Pop-Up in UNA 13-B3

Hello UNA Team,

There are actually two issues with the Notifications Pop-Up:

Issue #1:

The notifications pop-up displaying off the right side of the screen and notifications being cut, creating an unwanted horizontal scroll bar as already reported here (see in the link below and also see in the first screenshot I have attached to this post):

https://una.io/cmts-view/pgsb5u?sys=bx_timeline&cmt_id=1649

https://una.io/cmts-view/pgsb5u?sys=bx_timeline&cmt_id=1654

https://una.io/d/artificer-una-b2-notification-fix

@@Roger Hunter shared his solution (in the link above):

Here it is:

.bx-artificer .bx-popup-width {
 width: 32rem;
}

And @Excel also shared another one which also works: https://una.io/d/artificer-una-b2-notification-fix

Here is his solution:

div#bx_notifications_preview {
left: auto !important;
right: Opx !important;
}

or

div#bx_notifications_preview {
  right: -1rem !important;
  left: auto !important;
position: fixed !important;
}

Issue #2:

Sometimes, the notifications pop-up gets stuck at the wrong place and remains in that position, not fixed to the notifications icon at the top, as you scroll up or down on the page (Please see the second screenshot below).

It has been happening for a while now but i couldn't reproduce it. Today, i've discovered when it occurs.

It happens on the computer when, let's say, i was browsing a UNA page, then check the notifications. While reading them, if (even for few seconds) i go to another opened program's window, let's say, a file in a text editor i was working on and click on something, then go back to the UNA page I was browsing earlier with the notifications pop-up opened, when I scroll up or down the page, the notifications pop-up gets stuck in that position (place).

I am using Google Chrome. Hope i have explained it clearly.  @Andrey Yasko @Alex T⚜️ @Anton L 

Thanks.

Screenshot 1:rhk4kqky2p76npamxgudxvdsnxuhxxw2.png

Screenshot 2:

x5adcuminhd74nb8gupfpjrvdvfahqgd.png

  • 373
  • More
Attachments
Replies (6)
    Login or Join to comment.