Files
pyrofetes-frontend/node_modules/ng-zorro-antd/drawer/style/patch.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

9 lines
216 B
Plaintext

.@{drawer-prefix-cls} {
// Fix the issue of the drawer content shadow when the drawer is closed
&:not(.@{drawer-prefix-cls}-open) {
.@{drawer-prefix-cls}-content-wrapper {
box-shadow: none;
}
}
}