ode-csslib 4.1.2-develop-pedago.202309061128 → 4.1.2-develop-pedago.202309151148

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/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib=4.1-develop-pedago-SNAPSHOT 06/09/2023 11:28:33
1
+ entcore-css-lib=4.1-develop-pedago-SNAPSHOT 15/09/2023 11:48:52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.1.2-develop-pedago.202309061128",
3
+ "version": "4.1.2-develop-pedago.202309151148",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -542,6 +542,10 @@ section.scrapbook {
542
542
  }
543
543
  }
544
544
 
545
+ .scrapbook-fullscreen .header {
546
+ display: none !important;
547
+ }
548
+
545
549
  header.infos-block {
546
550
  position: static !important; // position: initial doesn't work in IE
547
551
  }