Skip to content

Commit 3a8de49

Browse files
fix: scroll issue
1 parent 3469ce4 commit 3a8de49

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

css/ppom-admin.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,8 +1563,6 @@ header.ppom-modal-header {
15631563
flex-direction: column;
15641564
gap: 30px;
15651565
max-height: 600px;
1566-
overflow-y: auto;
1567-
overflow-x: hidden;
15681566
scrollbar-color: #D8D8D8 white;
15691567
padding-right: 20px;
15701568
}
@@ -1631,6 +1629,8 @@ header.ppom-modal-header {
16311629

16321630
.ppom-fields:has(.ppom-fields-sections) {
16331631
padding: 10px 10px 20px 40px;
1632+
overflow-y: auto;
1633+
overflow-x: hidden;
16341634
}
16351635

16361636
.ppom-search-container input::placeholder {
@@ -1866,7 +1866,3 @@ header.ppom-modal-header {
18661866
.ppom-banner:has(.tsdk-banner-cta) {
18671867
margin: 20px 0;
18681868
}
1869-
1870-
.ppom-admin-fields-wrapper .ppom-fields-sections {
1871-
overflow: inherit;
1872-
}

0 commit comments

Comments
 (0)