Revert "perf: use overflow: clip instead of hidden" (#7273)
This reverts commit 06e817af59
.
This commit is contained in:
@@ -66,8 +66,7 @@ export default defineComponent({
|
||||
<style lang="scss" scoped>
|
||||
.eftoefju {
|
||||
display: block;
|
||||
overflow: hidden; // overflow: clip; をSafariが対応したら消す
|
||||
overflow: clip;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user