Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown heigth #65

Open
joweste opened this issue Aug 27, 2017 · 0 comments
Open

dropdown heigth #65

joweste opened this issue Aug 27, 2017 · 0 comments

Comments

@joweste
Copy link

joweste commented Aug 27, 2017

Hi, first, thank you for your excelent directive.

I have a too long list of tabs and I am trying to limit the dropdown height list using the next css and markup.

But it has not effect on drop down height.

What am I doing wrong?

//css

.limited_dropdown{
  max-height: 300px!important;
  overflow-y: auto;
}

//markup

 <scrollable-tabset  drop-down-class="limited_dropdown" >
                  <uib-tabset  ng-repeat="medico in resultHorarios" classes="bg-success">
                        <uib-tab index="$index">
                           <uib-tab-heading class="bg-primary">
                                 {{medico.nomemedico}}
                           </uib-tab-heading >
                           <div>  
                              <h4 class="color-blue">
                                 <i class="fa fa-user-md fa-2x"></i>
                                 <span class="label-sm text-danger"><strong>{{disponivel?'Horas disponíveis':'(Sem disponibilidade)'}}</strong></span>
                              </h4>
                           </div>
....
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant