touchstudy-core 0.1.93 → 0.1.95

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.
package/dist/index.js CHANGED
@@ -7160,7 +7160,8 @@ var ChatHeader = function ChatHeader(_ref) {
7160
7160
  }, t("problem_number_question", {
7161
7161
  number: questionOrder + 1
7162
7162
  }))), !isCompleted ? React__default.createElement("div", {
7163
- onClick: toggleDialog
7163
+ onClick: toggleDialog,
7164
+ className: "pointer"
7164
7165
  }, React__default.createElement(material.Box, {
7165
7166
  padding: "8px 12px",
7166
7167
  display: "flex",
@@ -15721,7 +15722,7 @@ var ExamResultV2 = function ExamResultV2(_ref) {
15721
15722
  justifyContent: "space-between",
15722
15723
  alignItems: "center",
15723
15724
  display: "flex",
15724
- overflow: "scroll",
15725
+ overflow: "auto",
15725
15726
  bgcolor: styles.gray_50,
15726
15727
  borderTop: "1px solid #E4E7EC",
15727
15728
  borderBottom: "1px solid #E4E7EC"