add scroll in popup

This commit is contained in:
Firesieht 2022-10-22 23:18:23 +03:00
parent 45202a31f0
commit 28d080683e

View File

@ -90,6 +90,8 @@
transition: 0.3s;
align-items: center;
position: relative;
overflow-y: auto;
overflow-x: hidden;
}
.cross{
font-size: 40px;