.
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
dyhj625 2025-03-21 12:21:29 +09:00
parent a37d5378aa
commit bbcce3b308
2 changed files with 10 additions and 8 deletions

View File

@ -701,6 +701,16 @@
/* BoardComment end */
/* vote */
.hidden-date-input {
position: absolute;
top: 31.5%;
left: 17%;
width: 100%;
opacity: 0;
pointer-events: none;
}
/* 권한부여 */
.user-card-container {
display: flex;

View File

@ -235,12 +235,4 @@ const goList = () => {
.item-input {
max-width: 200px;
}
.hidden-date-input {
position: absolute;
top: 28.5%;
left: 17%;
width: 100%;
opacity: 0;
pointer-events: none;
}
</style>