ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
20 lines (18 loc) • 357 B
text/less
// inline mode
.@{picker-prefix-cls}-inline {
border: none;
padding: 0;
.@{picker-prefix-cls} {
&-range-arrow {
display: none ;
}
&-dropdown {
z-index: auto;
}
}
}
// overwrite css in index.less to make sure picker popup is in the right position
.@{picker-prefix-cls}-dropdown {
top: unset;
left: unset;
}