callix-dialer-widget 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55067,6 +55067,18 @@ function InlineDialer(props) {
55067
55067
  width: 100% !important;
55068
55068
  height: 100% !important;
55069
55069
  }
55070
+ .callix-inline-wrapper [data-floating-dialer-card] > div:first-child {
55071
+ transform: none !important;
55072
+ width: 100% !important;
55073
+ min-height: 100% !important;
55074
+ }
55075
+ .callix-inline-wrapper [data-floating-dialer-card] > div:first-child > div:first-child {
55076
+ width: 100% !important;
55077
+ min-height: 100% !important;
55078
+ }
55079
+ .callix-inline-wrapper [data-floating-dialer-card] .overflow-y-auto {
55080
+ max-height: none !important;
55081
+ }
55070
55082
  .callix-inline-wrapper [data-floating-dialer-resize] {
55071
55083
  display: none !important;
55072
55084
  }