This commit is contained in:
Dede Fuji Abdul
2023-11-03 12:40:40 +07:00
parent 61d117c79b
commit 846f5bb501
4 changed files with 81 additions and 20 deletions

View File

@ -962,6 +962,10 @@ select {
z-index: 50;
}
.z-\[9999\] {
z-index: 9999;
}
.order-last {
order: 9999;
}