fix bug 73246

This commit is contained in:
Dmitry-Ilyushechkin
2025-07-29 18:30:23 +03:00
parent a3e79769f8
commit 373aaea690

View File

@ -226,4 +226,11 @@
}
}
}
}
.winxp #editor-container .dropdown-menu.ps-container {
overflow: visible;
}
.winxp #editor-container .dropdown-submenu .dropdown-menu.ps-container {
overflow: hidden;
}