mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46: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 {
|
html {
|
||||||
--antd-wave-shadow-color: #008771;
|
--antd-wave-shadow-color: #008771;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
|
text-size-adjust: 100%;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
-ms-overflow-style: scrollbar;
|
-ms-overflow-style: scrollbar;
|
||||||
|
@ -850,6 +851,7 @@ style attribute {
|
||||||
.ant-menu,
|
.ant-menu,
|
||||||
.ant-radio-button-wrapper {
|
.ant-radio-button-wrapper {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-calendar-date,
|
.ant-calendar-date,
|
||||||
|
@ -1095,6 +1097,9 @@ li.ant-select-dropdown-menu-item:empty:after {
|
||||||
background-color: #313f5a;
|
background-color: #313f5a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-popover-inner {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
.ant-popover-inner-content {
|
.ant-popover-inner-content {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Reference in a new issue