javascript - Scrollbar in bootstrap application wizard -


I have implemented it and it works great, but how do I get a page for each page or card in this case Can I Add Scrollbar?

Here is the Mandal Card window without the overflow:

Enter Image Description Here

Here is the CSS file I added the code for the scrollbar:

  / * wizard general * /. Wizard {display: none; }. Magician-dialog {} Wizard-content {} Wizard-body {padding: 0; Height: 1500px; Margin: 0; Overflow-y: scroll up; } / * Wizard header * /. Wizard-header {padding: 9px 15px; Border Bottom: 0; }. Wizard-header h3 {margin: 0; Line-height: 35 pixels; Display: Inline; Font-family: 'saved UI'; Font-family: heirs; font-weight: bold; Text-Rendering: Adaptability; Color: # 030845; }. Magician-subtitles {font-weight: bold; Color: #AFAFAF; Padding-left: 20px; } / * Wizard Navigation * /. Wizard-steps {width: 28%; Background color: # f5f5f5; Border-bottom-left-radius: 6px; Status: Relative; }. Magician-nav-container {padding-down: 30px; Overflow-y: scroll up; }. Magician-NAV-list {margin-down: 0; }. Magician-navy-link Glyphicon-chevron-right {float: right; Margin top: 12px; Margin-right: -6px; Opacity: .25; } Li.wizard-nav-item.active.glyphicon-chevron-right {Opacity: 1; } Li.wizard-nav-item {line-height: 40px; } .wizard-navy-list & gt; Le & gt; A {background color: # f5f5f5; Padding: 3px 15px 3px 20px; Cursor: default; Color: # B4B4B4; } .wizard-navy-list & gt; Le & gt; One: hover {background color: transparent; } .wizard-navy-list & gt; Li.already- visited & gt; A.wizard-nav-link {color: # 030845; Cursor: indicator; } .wizard-navy-list & gt; Li.active & gt; A.wizard-nav-link {color: white; } .wizard-nav item. Recent visits Active {background color: # 030845; }. Wizard-NAV-list li.active & gt; A {background color: # 030845; } / * Wizard content * /. Wizard-body form {padding: 0; Margin: 0; Height: auto; } / * WIZARD PROGRESS bar * /. Wizard-progress-container {margin-top: 20px; Padding: 15px; Width: 100%; Status: Completed; Bottom: 0; }. Wizard-card-container {margin-left: 28%; } / * Wizard card * /. Wizard-error. Wizard-failure, .wizard-success, wizard-loading, wizard-card (border-top: 1px solid #EEE; do not display anything; padding: 35px; padded-top: 10px; overflow-y: auto; / * Position: Relative; Height: 300px; Margin-Right: 5px; * /} Wizard Card Overlay {Overflow-y: Initial;}. Wizard-card & gt; H3 {margin-top: 0; margin-bottom: 20px ; Font-size: 21px; line-height: 40px; font-weight: normal;} / * wizard font * /. Wizard-clergy {padding: 0;} wizard-button-container {pad Wang: 20px;} Wizard-cancellation {margin-left: 12px;} / * inner card * /. Wizard-input-section {margin-bottom: 20px;}. Magician-dialogue Popover.error-popover {background color : # F2DEDE; Color: # B94A48; Border color: # 953B39;} .wizard-dialogue.popover.error-popover .arrow :: after {border-right-color: # F2DEDE;} .wizard-dialogue.popover Error-popover. Popover-title {display: none;}. Wizard-dialog popover.error-popover .arrow {border-right-color: # 953B39;}  

When I overflow - y did this, then it happens:

Enter image details here

It looks like the scrollbar is shown correctly but it also pushs the navigation button, any ideas about how to fix it will really be helpful.

You must set the height and overflow container

 . Wizard-card-container {height: 300px; Overflow-y: scroll up; }  

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -