|
@@ -114,6 +114,26 @@ body {
|
|
.ant-picker-dropdown .ant-picker-time-panel {
|
|
.ant-picker-dropdown .ant-picker-time-panel {
|
|
width: 4.5rem;
|
|
width: 4.5rem;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .ant-modal-root .ant-modal-mask {
|
|
|
|
+ border-radius: 0.5rem;
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-modal-wrap {
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ &::-webkit-scrollbar-thumb {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ &::-webkit-scrollbar-track {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ &::-webkit-scrollbar-thumb:hover {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// Remove list styles on ul, ol
|
|
// Remove list styles on ul, ol
|