Skip to content

Commit e89f469

Browse files
Adjusting z-index of loader
1 parent 9215e88 commit e89f469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/components/TableLoader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const checkLoaderType = (type: string): boolean => {
203203
position: relative;
204204
top: 0;
205205
width: 100%;
206-
z-index: 99999;
206+
z-index: 100;
207207
208208
&-not-linear {
209209
td {

0 commit comments

Comments
 (0)