feat(FN-5516): merge fusion/fn-5516
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
/* Mobile responsive model dropdown */
|
||||
@media (max-width: 768px), (max-height: 480px) {
|
||||
@media (max-width: 768px) {
|
||||
.model-combobox-dropdown {
|
||||
max-height: 50vh;
|
||||
max-height: 50dvh; /* Use dynamic viewport height where supported */
|
||||
|
||||
Reference in New Issue
Block a user