We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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> .... ....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
//markup
The text was updated successfully, but these errors were encountered: