Explorar el Código

fix: Opening home then team removes card bottom border-radius

Owen Diffey hace 3 años
padre
commit
f09ef4f2e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/pages/Home.vue

+ 1 - 1
frontend/src/pages/Home.vue

@@ -776,7 +776,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 * {
 	box-sizing: border-box;
 }