diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-09-29 01:53:49 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-09-29 01:53:49 -0400 |
commit | 673d16d8f2fb9d7b7df5f6fcadfbc665f329887c (patch) | |
tree | a75381de6b9d2441310599de71fd7ea5d143b153 /styles | |
parent | 04010b3b1f6ba6fc44d2cd0cd6a8a39446cd7b1d (diff) |
More drag updates
Diffstat (limited to 'styles')
-rw-r--r-- | styles/client/card.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/client/card.css b/styles/client/card.css index 8172e41..774990e 100644 --- a/styles/client/card.css +++ b/styles/client/card.css @@ -14,12 +14,15 @@ card overflow: hidden; user-select: none; box-sizing: border-box; + + z-index: 3; } card:hover { box-shadow: 0 0 10px var(--card-hover); - z-index: 3; + + z-index: 4; } card > * { |