ode-csslib 4.1.3 → 4.1.4

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.3 16/10/2023 10:03:44
1
+ entcore-css-lib=4.1.4 25/10/2023 12:45:42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
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
  }