Fix details popup

This commit is contained in:
yflory 2021-04-09 12:33:39 +02:00
parent b5ac7079a8
commit 1c0625eb29
1 changed files with 5 additions and 1 deletions

View File

@ -126,12 +126,16 @@
}
.tui-full-calendar-section-button {
border: 0;
display: flex;
align-items: center;
button {
flex: 1;
margin: 0;
}
}
.tui-full-calendar-popup-vertical-line {
display: none;
visibility: hidden;
width: 10px;
}
}