mirror of
https://github.com/magnum-opus-tender-hack/frontend.git
synced 2024-11-22 00:06:35 +03:00
add scroll in popup
This commit is contained in:
parent
45202a31f0
commit
28d080683e
|
@ -90,6 +90,8 @@
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
.cross{
|
.cross{
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user