Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b14fa93

Browse files
devversionThomasBurleson
authored andcommitted
fix(docs): re-add accidentally removed css (#9808)
* In 8b4d2f9 the overflow property has been accidentally removed.
1 parent 7931d5c commit b14fa93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ md-tabs.demo-source-tabs .active md-tab-label {
518518
.demo-content {
519519
position: relative;
520520
display: flex;
521+
overflow: hidden;
521522
}
522523
.small-demo .demo-source-tabs:not(.ng-hide) {
523524
height: 224px;

0 commit comments

Comments
 (0)