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