Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit fd872b1

Browse files
committed
Height issue on IE
1 parent 7aaf633 commit fd872b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>GroupDocs.Annotation for Java</h1>
5454
<md-icon>more_vert</md-icon>
5555
</md-button>
5656
</md-toolbar>
57-
<md-content flex layout="row">
57+
<md-content flex layout="row" style="min-height:100%">
5858
<div layout="column" ng-controller="ToolsController">
5959
<div flex layout="column" layout-align="start center">
6060
<md-button class="md-icon-button" aria-label="Select" ng-click="selectSelectTool()">

0 commit comments

Comments
 (0)