fix: disable pointer-events on footer-center container (#3629)
This commit is contained in:
@ -108,5 +108,16 @@
|
||||
transition-delay: 0.8s;
|
||||
}
|
||||
}
|
||||
|
||||
.layer-ui__wrapper__footer-center {
|
||||
pointer-events: none;
|
||||
& > * {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
.layer-ui__wrapper__footer-left,
|
||||
.layer-ui__wrapper__footer-right {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user