perf: use overflow: clip instead of overflow: hidden (#9443)
* use overflow: clip * revert
This commit is contained in:
parent
d98771711f
commit
46c2706b7e
10 changed files with 12 additions and 12 deletions
|
@ -102,7 +102,7 @@ const vote = async (id) => {
|
|||
//border: solid 0.5px var(--divider);
|
||||
background: var(--accentedBg);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
cursor: pointer;
|
||||
|
||||
> .backdrop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue