perf: use overflow: clip instead of overflow: hidden (#9443)

* use overflow: clip

* revert
This commit is contained in:
tamaina 2023-01-02 12:15:26 +09:00 committed by GitHub
parent d98771711f
commit 46c2706b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 12 deletions

View file

@ -175,7 +175,7 @@ onUnmounted(() => {
font-size: 14px;
box-shadow: 0 0 0 1px var(--divider);
border-radius: 8px;
overflow: hidden;
overflow: clip;
&:hover {
text-decoration: none;