Skip to content

Commit c4e03a4

Browse files
committed
tweak
1 parent d695867 commit c4e03a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/position/flexible-connected-position-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ export class FlexibleConnectedPositionStrategy implements PositionStrategy {
881881
if (this._hasExactPosition()) {
882882
styles.top = styles.left = '0';
883883
styles.bottom = styles.right = styles.maxHeight = styles.maxWidth = '';
884-
styles.width = styles.height = '10000px';
884+
styles.width = styles.height = '100%';
885885
} else {
886886
const maxHeight = this._overlayRef.getConfig().maxHeight;
887887
const maxWidth = this._overlayRef.getConfig().maxWidth;

0 commit comments

Comments
 (0)