| @@ -325,9 +325,9 @@ | ||
| 325 | 325 | background: #fff; |
| 326 | 326 | border: 1px solid #e2e8f0; |
| 327 | 327 | border-radius: 12px; |
| 328 | 328 | margin-bottom: 24px; |
| 329 | -overflow: hidden; | |
| 329 | +overflow: visible; | |
| 330 | 330 | box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.02); |
| 331 | 331 | } |
| 332 | 332 | |
| 333 | 333 | .pagelayer-settings-card-header { |
| @@ -336,8 +336,10 @@ | ||
| 336 | 336 | justify-content: space-between; |
| 337 | 337 | padding: 16px 24px; |
| 338 | 338 | border-bottom: 1px solid #e2e8f0; |
| 339 | 339 | background: #fff; |
| 340 | +border-top-left-radius: 12px; | |
| 341 | +border-top-right-radius: 12px; | |
| 340 | 342 | } |
| 341 | 343 | |
| 342 | 344 | .pagelayer-settings-card-header h3 { |
| 343 | 345 | font-size: 14.5px; |
| @@ -643,8 +645,13 @@ | ||
| 643 | 645 | border-left: 5px solid #2563eb !important; |
| 644 | 646 | } |
| 645 | 647 | |
| 646 | 648 | /* ---- Color Picker Compat ---- */ |
| 649 | +.pagelayer-font-settings-rows { | |
| 650 | +position: relative; | |
| 651 | +overflow: visible; | |
| 652 | +} | |
| 653 | + | |
| 647 | 654 | .pagelayer-show-vanilla { |
| 648 | 655 | border: 1px solid #d0d5dd; |
| 649 | 656 | display: block; |
| 650 | 657 | padding: 4px; |
| @@ -651,8 +658,18 @@ | ||
| 651 | 658 | text-decoration: none; |
| 652 | 659 | position: relative; |
| 653 | 660 | width: 40px; |
| 654 | 661 | box-sizing: content-box; |
| 662 | +z-index: 10; | |
| 663 | +} | |
| 664 | + | |
| 665 | +.pagelayer-show-vanilla:hover, | |
| 666 | +.pagelayer-show-vanilla:focus-within { | |
| 667 | +z-index: 100; | |
| 668 | +} | |
| 669 | + | |
| 670 | +.pagelayer-show-vanilla .picker_wrapper.popup { | |
| 671 | +z-index: 99999 !important; | |
| 655 | 672 | } |
| 656 | 673 | |
| 657 | 674 | .pagelayer-show-vanilla .dashicons{ |
| 658 | 675 | position: absolute; |