hScroller Blocking Input

Status
This content is read-only, or is not open for further replies.

mjda

Guest
offline
I currently have a form on my site that, by design, is very wide. So, I've put the entire form inside an hScroller so that it can scroll horizontally across the screen. This is what's inside my form to load that:

HTML:

Code:
<xf:form action="" ajax="true" class="block">
    <div class="block-container">
        <div class="block-body block-row">
            <div class="hScroller" data-xf-init="h-scroller">
                <div class="hScroller-scroll">
                    <!--Content-->...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom