Small improvement.

This commit is contained in:
Daniel 2022-06-07 16:35:12 +04:30
parent a2b1d2109f
commit ebf3f45c11
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@
top: 15%;
left: 30%;
right: 30%;
min-width: 300px;
position: absolute;
-moz-user-select: none;
-webkit-user-select: none;

View File

@ -18,8 +18,9 @@
position: absolute;
z-index: 2;
top: 15%;
left: 20%;
right: 20%;
left: 30%;
right: 30%;
min-width: 300px;
background-color: #1f2c38;
overflow-x: hidden;
overflow-y: auto;