Parcourir la source

Add overflow: hidden;

sbkwgh il y a 7 ans
Parent
commit
9473473d61
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;