@financial-times/qanda-ui 0.0.1-beta.6 → 0.0.1-beta.7

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.
Files changed (2) hide show
  1. package/dist/qanda.scss +7 -1
  2. package/package.json +1 -1
package/dist/qanda.scss CHANGED
@@ -171,6 +171,11 @@ $app-header-color: #007acc;
171
171
  left: 0;
172
172
  right: 0;
173
173
  display: flex;
174
+ /* Ensure FAB is on top of ...
175
+ 1. some dinamically loaded teasers at the bottom of the article
176
+ 2. the sharing bar on mobile
177
+ */
178
+ z-index: 7;
174
179
  }
175
180
 
176
181
  .floating-action-bar__fade-overlay {
@@ -345,7 +350,8 @@ $app-header-color: #007acc;
345
350
  position: fixed;
346
351
  top: 0;
347
352
  left: 0;
348
- z-index: 18;
353
+ /* Just going on top of the main navigation */
354
+ z-index: 100;
349
355
  }
350
356
 
351
357
  .overlay__outer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/qanda-ui",
3
- "version": "0.0.1-beta.6",
3
+ "version": "0.0.1-beta.7",
4
4
  "description": "Components for the Live Q&A UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",