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

Commit 5a02809

Browse files
committed
feat(mdUtil): add md-overflow-wrapper-shown class to DOM
closes #2369
1 parent 3b3d020 commit 5a02809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/util/util.js

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ angular.module('material.core')
6666
}
6767

6868
var wrapperEl = angular.element('<div>');
69+
disableTarget.addClass('md-overflow-wrapper-shown');
6970
wrapperEl.append(disableTarget.children());
7071
disableTarget.append(wrapperEl);
7172

0 commit comments

Comments
 (0)