Skip to content

Commit d4fefcc

Browse files
author
jleveugle
committed
fix(beta-warning): scroll works now correctly
1 parent 7b3685d commit d4fefcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/manager/apps/public-cloud/src/components/beta-warning/beta-warning.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
public-cloud-beta-warning { /* stylelint-disable-line */
44
> div {
55
background-color: #fff;
6+
height: 100%;
7+
left: 0;
8+
overflow: auto;
69
position: absolute;
710
top: 0;
8-
left: 0;
9-
height: 100%;
1011
width: 100%;
1112
z-index: 9998;
1213

0 commit comments

Comments
 (0)