Skip to content

Commit 83bdeab

Browse files
committed
fix: fix overflow
1 parent 2ebf83d commit 83bdeab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/manager/modules/pci/src/index.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
@import '~bootstrap4/scss/_mixins';
55
@import '~bootstrap4/scss/_utilities';
66
@import '~bootstrap4/scss/_grid';
7+
8+
.minh-100 {
9+
min-height: 100%;
10+
}
11+
12+
.overflow-auto {
13+
overflow: auto !important;
14+
}
715
}

packages/manager/modules/pci/src/projects/new/new.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="pci-projects-new h-100">
2-
<div class="container-fluid overflow-auto h-100">
1+
<div class="pci-projects-new h-100 overflow-auto">
2+
<div class="container-fluid h-100">
33
<div class="row minh-100 justify-content-md-center">
44
<div class="col-md-7 p-4 p-md-5 bg-white minh-100">
55
<div class="p-0 p-md-5">

0 commit comments

Comments
 (0)