Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Last active September 11, 2021 07:23
Show Gist options
  • Save reachkamrul/1e8f14052287ad6267fbcec44afd100f to your computer and use it in GitHub Desktop.
Save reachkamrul/1e8f14052287ad6267fbcec44afd100f to your computer and use it in GitHub Desktop.
@media (max-width: 480px){
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.vff-footer {
bottom: 25px !important;
}
}
@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
.vff-footer {
bottom: 45px !important;
}
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper .ff_conv_media_holder img {
height: 100% !important;
}
.ff_conv_app_frame {
height: 100vh !important;
}
.ff_conv_input.q-inner {
min-height: 350px !important;
height: 350px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment