style: overflow layer padding

This commit is contained in:
jialin
2025-04-15 11:08:01 +08:00
parent 13ded5595a
commit ced45bec65
8 changed files with 67 additions and 88 deletions
+13 -9
View File
@@ -827,17 +827,21 @@ body {
}
}
.ant-tooltip-content {
.ant-tooltip-inner {
width: fit-content;
max-width: 300px;
.ant-tooltip {
max-width: var(--width-tooltip-max);
.text-tertiary {
color: var(--color-white-secondary);
}
.ant-tooltip-content {
.ant-tooltip-inner {
width: fit-content;
max-width: var(--width-tooltip-max);
a {
color: var(--ant-color-link-hover);
.text-tertiary {
color: var(--color-white-secondary);
}
a {
color: var(--ant-color-link-hover);
}
}
}
}