diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-28 10:53:58 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-28 10:53:58 -0500 |
| commit | e7b0b92adf3404bc24e1b9d5d6a857a0ad6e6418 (patch) | |
| tree | 20f38655f9b594d457fe6af146b63ddcf130f148 /src/client/views/collections/CollectionCardDeckView.scss | |
| parent | 406706ab42bc1fdac81b3bffdcadfcfe05cfc8a0 (diff) | |
cleaning up card deck view.
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionCardDeckView.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.scss b/src/client/views/collections/CollectionCardDeckView.scss index 5283601bf..79c53db08 100644 --- a/src/client/views/collections/CollectionCardDeckView.scss +++ b/src/client/views/collections/CollectionCardDeckView.scss @@ -28,11 +28,14 @@ .collectionCardView-cardwrapper { display: grid; - grid-template-columns: repeat(10, 1fr); transform-origin: left 50%; align-items: center; z-index: 0; // so that setting z-index of active card doesn't make it land on top of things outside of the card-wrapper } +.collectionCardView-cardSizeDragger { + position: absolute; + top: 0; +} .no-card-span { position: relative; |
