diff options
Diffstat (limited to 'core/css/whatsnew.scss')
-rw-r--r-- | core/css/whatsnew.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/whatsnew.scss b/core/css/whatsnew.scss index b4c168e0511..c4698e397cc 100644 --- a/core/css/whatsnew.scss +++ b/core/css/whatsnew.scss @@ -4,7 +4,7 @@ */ .whatsNewPopover { bottom: 35px !important; - left: 15px !important; + inset-inline-start: 15px !important; width: 270px; z-index: 700; } @@ -20,7 +20,7 @@ .whatsNewPopover .icon-close { position: absolute; - right: 0; + inset-inline-end: 0; } .whatsNewPopover::after { |