Skip to content

dropdown heigth #65

@joweste

Description

@joweste

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>
....
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions