touchstudy-core 0.1.92 → 0.1.94

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.
@@ -6079,6 +6079,7 @@ var ContentTooltip = function ContentTooltip(_ref) {
6079
6079
  style: {
6080
6080
  padding: "12px 35px"
6081
6081
  },
6082
+ className: "pointer",
6082
6083
  onClick: toggleUpdateDialog
6083
6084
  }, React__default.createElement(Typography, {
6084
6085
  sx: {
@@ -6094,6 +6095,7 @@ var ContentTooltip = function ContentTooltip(_ref) {
6094
6095
  style: {
6095
6096
  padding: "12px 35px"
6096
6097
  },
6098
+ className: "pointer",
6097
6099
  onClick: toggleConfirmDialog
6098
6100
  }, React__default.createElement(Typography, {
6099
6101
  sx: {
@@ -15721,7 +15723,7 @@ var ExamResultV2 = function ExamResultV2(_ref) {
15721
15723
  justifyContent: "space-between",
15722
15724
  alignItems: "center",
15723
15725
  display: "flex",
15724
- overflow: "scroll",
15726
+ overflow: "auto",
15725
15727
  bgcolor: styles.gray_50,
15726
15728
  borderTop: "1px solid #E4E7EC",
15727
15729
  borderBottom: "1px solid #E4E7EC"