mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
Update custom.css
This commit is contained in:
parent
5f57850968
commit
92d870cad6
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ body {
|
|||
html {
|
||||
--antd-wave-shadow-color: #008771;
|
||||
line-height: 1.15;
|
||||
text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-ms-overflow-style: scrollbar;
|
||||
|
@ -850,6 +851,7 @@ style attribute {
|
|||
.ant-menu,
|
||||
.ant-radio-button-wrapper {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.ant-calendar-date,
|
||||
|
@ -1095,6 +1097,9 @@ li.ant-select-dropdown-menu-item:empty:after {
|
|||
background-color: #313f5a;
|
||||
}
|
||||
|
||||
.ant-popover-inner {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.ant-popover-inner-content {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in a new issue