@gisce/react-ooui 2.25.0 → 2.25.1

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.
@@ -12617,7 +12617,9 @@ const Kh = (e) => {
12617
12617
  style: {
12618
12618
  height: n.height ? n.height + "px" : "100%",
12619
12619
  overflowX: "hidden",
12620
- overflowY: "auto"
12620
+ overflowY: "auto",
12621
+ paddingTop: "10px",
12622
+ paddingRight: "10px"
12621
12623
  }
12622
12624
  }
12623
12625
  );