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
10 changed files with 12 additions and 12 deletions

View File

@@ -203,12 +203,12 @@ onUnmounted(() => {
> .main {
position: relative;
overflow: hidden;
overflow: clip;
> .banner-container {
position: relative;
height: 250px;
overflow: hidden;
overflow: clip;
background-size: cover;
background-position: center;