We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86b20fb + 3a8de49 commit f10bf17Copy full SHA for f10bf17
css/ppom-admin.css
@@ -1563,8 +1563,6 @@ header.ppom-modal-header {
1563
flex-direction: column;
1564
gap: 30px;
1565
max-height: 600px;
1566
- overflow-y: auto;
1567
- overflow-x: hidden;
1568
scrollbar-color: #D8D8D8 white;
1569
padding-right: 20px;
1570
}
@@ -1631,6 +1629,8 @@ header.ppom-modal-header {
1631
1629
1632
1630
.ppom-fields:has(.ppom-fields-sections) {
1633
padding: 10px 10px 20px 40px;
+ overflow-y: auto;
+ overflow-x: hidden;
1634
1635
1636
.ppom-search-container input::placeholder {
0 commit comments