231109(목)

dark mode 바꾸면 animation이 된다.
table header이기 때문에
.tableHeader {
th {
padding: 2px !important;
height: auto !important;
margin: 0 0 1px;
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.8);
transition: none !important;
}
}
transition none을 주었다.
흑흑 이게 뭐라고 오래 걸림