-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Labels
No labels