@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.
- package/dist/qanda.scss +7 -1
- 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
|
-
|
|
353
|
+
/* Just going on top of the main navigation */
|
|
354
|
+
z-index: 100;
|
|
349
355
|
}
|
|
350
356
|
|
|
351
357
|
.overlay__outer {
|