Browse Source

Add overflow: hidden;

sbkwgh 7 năm trước cách đây
mục cha
commit
9473473d61
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      frontend/src/components/routes/Search.vue

+ 1 - 0
frontend/src/components/routes/Search.vue

@@ -144,6 +144,7 @@
 			margin-bottom: 1rem;
 			border: thin solid $color__gray--darker;
 			transition: box-shadow 0.2s;
+			overflow: hidden;
 
 			&:hover {
 				@extend .shadow_border--hover;