You are viewing limited content. For full access, please sign in.

Question

Question

Customize LF Forms Responsive Behavior

asked on April 4, 2016

Hello,

One client would like to customize the responsive behavior of the Laserfiche Forms Inbox. The majority of their users are accustomed to narrow browser windows, and are inconvenienced by the need to click on the options button to find the "Start Process" button on the Inbox if their browser window is not made wider.

Is there a way to customize the responsive behavior of Laserfiche Forms, such that when the browser window is made narrower, it will not hide the left column, or will hide the right column instead?

1 0

Replies

replied on April 21, 2016

Hi, 

Adding the code below into your ..\Laserfiche\Laserfiche Forms\Forms\Views\Home\Inbox.cshtml should have Inbox left-pane responsive behavior disabled.

 

<style> 
    .left-drawer { 
        position: static; 
        transform:none; 
        height:auto; 
    } 
    .lf-breadcrumb-container  > .left-drawer-button {
        display:none;
    } 
</style>

Thank you. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.