perf(board): improve scroll removing hr margin glitch

This commit is contained in:
plebeius.eth
2023-10-19 18:37:16 +02:00
parent a53f2905d1
commit e33c3fbe95
+2 -2
View File
@@ -2049,10 +2049,10 @@ export const BoardForm = styled.div`
border-top: none;
margin: 0;
clear: both;
padding-bottom: 25px;
hr {
margin-top: 30px;
margin-bottom: 30px;
padding-top: 25px;
}
.op-container {