This commit is contained in:
xman 2025-07-08 09:45:07 +08:00
parent 7cddf12104
commit 79e78abd28

View File

@ -5,8 +5,13 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.city-picker-dropdown {
z-index: 9999 !important;
position: absolute !important;
z-index: 9999;
max-height: 400px;
overflow: auto;
display: none;
}
</style>