@james_jayaraj/test-npm 1.1.7 → 1.1.9

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.
@@ -1132,7 +1132,6 @@ a {
1132
1132
  .new_rx_popup_tab_2 {
1133
1133
  padding: 0px 20px;
1134
1134
  overflow: auto;
1135
- overflow-x: hidden !important;
1136
1135
  height: $pop-h;
1137
1136
  background-color: #fff;
1138
1137
  border-radius: 0px;
@@ -1437,13 +1436,13 @@ a {
1437
1436
  }
1438
1437
 
1439
1438
  .new_rx_popup_mims .ReactModal__Content {
1440
- // position: relative !important;
1441
- // inset: unset !important;
1439
+ position: relative !important;
1440
+ inset: unset !important;
1442
1441
  border: 0px !important;
1443
1442
  overflow: auto !important;
1444
1443
  border-radius: 5px !important;
1445
1444
  outline: none;
1446
- width: var(--pop_wid) !important;
1445
+ width: 1200px !important;
1447
1446
  transform: translate(0, 0) !important;
1448
1447
  align-items: center !important;
1449
1448
  /* height: -webkit-fill-available;
@@ -1702,7 +1701,6 @@ a {
1702
1701
  .new_rx_popup_tab_1_box {
1703
1702
  max-height: 250px;
1704
1703
  overflow: auto;
1705
- overflow-x: hidden !important;
1706
1704
  }
1707
1705
 
1708
1706
  .new_rx_popup_tab_2 .react-datepicker__portal {
@@ -2014,19 +2012,19 @@ $subpop-wid: var(--subpop_wid);
2014
2012
  inset: 0px;
2015
2013
  background-color: rgba(0, 0, 0, 0.5);
2016
2014
  z-index: 99999999 !important;
2017
- height: 93% !important;
2018
- border-radius: 10px;
2015
+
2019
2016
  }
2017
+
2020
2018
  .view_pop {
2021
- // position: absolute;
2022
- // inset: 50% auto auto 50%;
2019
+ position: absolute;
2020
+ inset: 50% auto auto 50%;
2023
2021
  border: 1px solid rgb(204, 204, 204);
2024
2022
  background: rgb(255, 255, 255);
2025
2023
  overflow: auto;
2026
2024
  border-radius: 4px;
2027
2025
  outline: none;
2028
2026
  padding: 20px;
2029
- margin: auto;
2027
+ margin-right: -50%;
2030
2028
  transform: translate(-50%, -50%);
2031
2029
  align-items: center;
2032
2030
  max-width: $subpop-wid;