.style-input-popover {
|
padding-top: 0px;
|
z-index: 1090!important;
|
.ant-popover-inner-content {
|
padding: 0px 5px;
|
.ant-menu-root.ant-menu-vertical {
|
border: 0;
|
.ant-menu-item {
|
height: 30px;
|
cursor: pointer;
|
line-height: 30px;
|
}
|
.ant-menu-item:not(:last-child) {
|
margin-bottom: 0px;
|
}
|
.ant-menu-item:first-child {
|
margin-top: 10px;
|
}
|
.ant-menu-item:last-child {
|
margin-bottom: 10px;
|
}
|
}
|
}
|
.ant-popover-arrow {
|
display: none;
|
}
|
.ant-popover-content::before {
|
content: ' ';
|
position: absolute;
|
width: 100%;
|
height: 5px;
|
top: -5px;
|
}
|
.ant-popover-content::after {
|
content: ' ';
|
position: absolute;
|
width: 100%;
|
height: 5px;
|
bottom: -5px;
|
}
|
}
|
.style-input-popover.ant-popover-placement-top {
|
padding-bottom: 0px;
|
}
|