커스텀 css 수정

This commit is contained in:
dyhj625 2025-03-20 16:06:11 +09:00
parent 7d70aef38d
commit ae9c8735b1
2 changed files with 10 additions and 8 deletions

View File

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

View File

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