From 0504bffee0387ba2bb1de9ad08d54e927591cf52 Mon Sep 17 00:00:00 2001 From: Dmitry Kuksenko Date: Fri, 1 Sep 2023 15:57:47 +0300 Subject: [PATCH] feat(widget): fix zIndex --- README.md | 2 +- package.json | 2 +- src/Swap/styles/swapContainer.scss | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f17e3f7..dbe8f06 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ loadWidget('liquidswap-widget'); - [x] Integrate widget to Pontem Wallet. - [ ] Add theme support. - [ ] Add example with plain JS. -- [ ] Expand token list. +- [x] Expand token list. - [ ] Add MSafe wallet support. See the [open issues](https://github.com/pontem-network/liquidswap-widget/issues) for a full list of proposed features (and known issues). diff --git a/package.json b/package.json index 6e2772c..da23bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pontem/liquidswap-widget", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/pontem-network/liquidswap-widget#readme", "description": "LiquidSwap widget as custom web component", "files": [ diff --git a/src/Swap/styles/swapContainer.scss b/src/Swap/styles/swapContainer.scss index 0b4445f..407b82e 100644 --- a/src/Swap/styles/swapContainer.scss +++ b/src/Swap/styles/swapContainer.scss @@ -171,6 +171,7 @@ font-size: 1.1rem; font-weight: 500; background: linear-gradient(90deg, #6E42CA 0%, #8D29C1 100%); + z-index: 0!important; &_warning { background: linear-gradient(89.82deg, #e57106 0.08%, #ee5d0c 99.85%);