mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-03 18:13:59 +00:00
modal close position fix
This commit is contained in:
parent
85000b65fe
commit
9f3702064a
@ -52,14 +52,15 @@
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: calculateRem(16);
|
||||
right: calculateRem(16);
|
||||
z-index: 4;
|
||||
|
||||
@media (min-width: $desktop) {
|
||||
top: calculateRem(72);
|
||||
right: calculateRem(-20);
|
||||
right: inherit;
|
||||
left: calc(300px + 50%);
|
||||
|
||||
svg {
|
||||
width: calculateRem(30);
|
||||
|
Loading…
x
Reference in New Issue
Block a user