mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
iOs window height fix
This commit is contained in:
6
resources/css/tailwind.css
vendored
6
resources/css/tailwind.css
vendored
@@ -42,3 +42,9 @@
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
.h-screen {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user