Skip to content

Commit a33fbba

Browse files
Fixing status message z-index
Adding z-index css attribute to status message. Bug: T403013 Change-Id: Ic1b73d3cf07c803a335c6e455c46e54757f0a80c
1 parent 332f8ce commit a33fbba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo/resources/wikibase.wbui2025/wikibase.wbui2025.statusMessage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module.exports = exports = defineComponent( {
7575
.wikibase-wbui2025-status-message-container {
7676
position: fixed;
7777
bottom: 0;
78+
z-index: 1;
7879
7980
& .cdx-message--user-dismissable {
8081
padding: 10px 10px 28px;

0 commit comments

Comments
 (0)