Skip to content

Commit f10bf17

Browse files
Merge pull request #443 from Codeinwp/bugfix/413
Improved tooltip style
2 parents 86b20fb + 3a8de49 commit f10bf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/ppom-admin.css

Lines changed: 2 additions & 2 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 {

0 commit comments

Comments
 (0)