aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/css/itcss/components/send.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 4f97fc662..125134f12 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -622,14 +622,14 @@
position: relative;
&__down-caret {
- z-index: 1051;
+ z-index: 1026;
position: absolute;
top: 18px;
right: 12px;
}
&__qr-code {
- z-index: 1051;
+ z-index: 1026;
position: absolute;
top: 13px;
right: 33px;
@@ -649,7 +649,7 @@
&__to-autocomplete, &__memo-text-area, &__hex-data {
&__input {
- z-index: 1050;
+ z-index: 1025;
position: relative;
height: 54px;
width: 100%;
> * Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-091-0/+3 * Switch version of python used in USES=waf to default version of pythonAntoine Brodin2020-01-141-1/+1 * Add USES=xorg USES=gl, ports categories bNiclas Zeising2019-11-051-1/+1 * - Unbreak the build with new Clang version 6.0.0Alexey Dokuchaev2018-01-15