File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1563,8 +1563,6 @@ header.ppom-modal-header {
1563
1563
flex-direction : column;
1564
1564
gap : 30px ;
1565
1565
max-height : 600px ;
1566
- overflow-y : auto;
1567
- overflow-x : hidden;
1568
1566
scrollbar-color : # D8D8D8 white;
1569
1567
padding-right : 20px ;
1570
1568
}
@@ -1631,6 +1629,8 @@ header.ppom-modal-header {
1631
1629
1632
1630
.ppom-fields : has (.ppom-fields-sections ) {
1633
1631
padding : 10px 10px 20px 40px ;
1632
+ overflow-y : auto;
1633
+ overflow-x : hidden;
1634
1634
}
1635
1635
1636
1636
.ppom-search-container input ::placeholder {
@@ -1866,7 +1866,3 @@ header.ppom-modal-header {
1866
1866
.ppom-banner : has (.tsdk-banner-cta ) {
1867
1867
margin : 20px 0 ;
1868
1868
}
1869
-
1870
- .ppom-admin-fields-wrapper .ppom-fields-sections {
1871
- overflow : inherit;
1872
- }
You can’t perform that action at this time.
0 commit comments