diff options
| author | Haishan <[email protected]> | 2019-12-02 00:19:54 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-02 00:19:54 +0800 |
| commit | 4ffd183f883366112489f5df74b32ee2169abee9 (patch) | |
| tree | 1bf4c1f061c2250b7773657cf8f54253bab275a2 /src/components/Root.css | |
| parent | bf2ac02fe39dfe7536920f970158981130ece820 (diff) | |
fix: specify fab group z-index
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index ae25dca..d611a02 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -116,6 +116,7 @@ body.light { /* TODO remove fabgrp in component css files */ .fabgrp { position: fixed; + z-index: 3; right: 20px; bottom: 20px; } |
