overflow hidden to clip

This commit is contained in:
Freeplay 2023-05-23 22:09:24 -04:00
parent 2c87697492
commit 3d6c480334
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ defineExpose({
} }
> .article { > .article {
overflow: hidden; overflow: clip;
padding: 4px 32px 10px; padding: 4px 32px 10px;
cursor: pointer; cursor: pointer;