This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
input: label overflows and shows horizontal scrollbar #7403
Closed
Description
Hi,
I use mdDialog for create a fast form. From version 1.0.2 i have a problem with Internet Explore 11.
When an input text get focus an horizontal scrollbar appears.
This is the template code:
<md-dialog aria-label="Log" ng-cloak>
<md-dialog-content layout="column" class="md-dialog-content">
<md-input-container class="md-block">
<label>Biography</label>
<textarea ng-model="vm.Note" ></textarea>
</md-input-container>
</md-dialog-content>
</md-dialog>