1
0
Fork 1
mirror of https://example.com synced 2024-11-25 00:36:39 +09:00

overflow hidden to clip

This commit is contained in:
Freeplay 2023-05-23 22:09:24 -04:00
parent 2c87697492
commit 3d6c480334

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;