Fix card positions for floating elements.
This commit is contained in:
parent
32841ec79b
commit
08ba629b78
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
:not(.card).floating
|
||||
{
|
||||
display: block;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
justify-content: center;
|
||||
z-index: 1;
|
||||
|
||||
> .card.floating
|
||||
|
|
Loading…
Reference in a new issue