-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(MdCard): remove z-index to prevent card overlap FAB * fix(MdSelect): fix select content under dialog * refactor(MdSelect): change order of scss * docs: remove z-index from main-nav (#1134) * Revert "feat(MdCard): remove z-index to prevent card overlap FAB" This reverts commit 9e12806. * feat(MdButton): add fab z-index to prevent overlap
- Loading branch information
1 parent
9f61c0b
commit 843056d
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,6 +220,7 @@ | |
.md-icon-button, | ||
.md-fab { | ||
border-radius: 50%; | ||
z-index: 10; | ||
&:before { | ||
border-radius: 50%; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters