Fix drag n drop

This commit is contained in:
Vlyan
2021-07-01 16:38:09 +02:00
parent 91b631b2f1
commit de449ab58e
4 changed files with 6 additions and 7 deletions

View File

@@ -668,9 +668,8 @@ button {
height: auto;
max-height: 1000px;
overflow-y: hidden;
//background: #fffae6 url("../assets/imgs/bg-l5r.webp") no-repeat;
background-color: #3e3a30;
color: $white;
background: #3e3a30 url("../assets/imgs/bg-l5r.webp") no-repeat;
color: $black-light;
font-size: 0.8rem;
text-align: left;
border: 1px solid rgba(0, 0, 0, 0.15);
@@ -680,7 +679,7 @@ button {
position: absolute;
z-index: 9999;
* {
color: $white;
color: $black-light;
}
}
}