@newtonschool/react_proctoring_library 0.0.18 → 0.0.19

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.
@@ -129,7 +129,7 @@ const ProctorApp = _ref => {
129
129
  }
130
130
  }, [userCount, isTabSwitched, isFullscreen, lookedAwayCount, sendProctoredParamValues, sendWebcamSnapshot, sendScreengrab, proctorParams]);
131
131
  return /*#__PURE__*/_react.default.createElement("div", {
132
- className: "".concat(proctorParams.copyPasteProctoring ? "disable-copy-paste fullwidth" : "fullwidth")
132
+ className: "".concat(proctorParams.copyPasteProctoring ? "disable-copy-paste fullwidth fullheight" : "fullwidth fullheight")
133
133
  }, (0, _breachUtils.showProctoredComponent)(proctorParams, {
134
134
  isFullscreen,
135
135
  audioPermission,
@@ -6,3 +6,7 @@
6
6
  .fullwidth {
7
7
  width: 100%;
8
8
  }
9
+ .fullheight {
10
+ height: 100%;
11
+ overflow-y: scroll;
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/react_proctoring_library",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Used to proctor online tests",
5
5
  "author": "ayushkagrawal,shreyachandra",
6
6
  "main": "dist/index.js",