bug fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
b38peng 2021-08-31 20:16:13 -03:00
parent 69743462f3
commit 8bdbc0f026
1 changed files with 8 additions and 2 deletions

View File

@ -88,9 +88,12 @@
display: flex;
z-index: 12;
flex-direction: column;
max-width: calc(768rem / 16);
height: 75vh;
box-sizing: border-box;
overflow: auto;
background-color: var(--secondary-background);
padding: calc(20rem / 16) calc(40rem / 16);
left: 0;
top: 50%;
animation: popup 0.7s forwards;
}
@ -98,7 +101,6 @@
.closeBtn {
align-self: flex-end;
/* reset default button styling */
width: min-content;
background: transparent;
border: 0px solid transparent;
padding: 0;
@ -158,4 +160,8 @@
.description {
display: none;
}
.popupContainer {
left: 0;
}
}