We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028e182 commit 86a41fbCopy full SHA for 86a41fb
1 file changed
src/BootstrapBlazor/Components/Watermark/Watermark.razor.js
@@ -90,7 +90,7 @@ const createWatermark = watermark => {
90
div.style.opacity = '1';
91
div.style.position = 'absolute';
92
div.style.inset = '0';
93
- div.style.zIndex = '999';
+ div.style.zIndex = '9999';
94
div.classList.add("bb-watermark-bg");
95
96
const mark = el.querySelector('.bb-watermark-bg');
@@ -138,7 +138,7 @@ const monitor = watermark => {
138
clearWatermark(watermark);
139
return;
140
}
141
- if (zIndex !== '999') {
+ if (zIndex !== '9999') {
142
143
144
0 commit comments