From 8814f766f3e7fafc287255d4cb8595f9b0be8886 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 6 Oct 2023 09:14:59 -0400 Subject: [PATCH] Remove commented code. --- src/digital-components/modal/modal.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 2fa5f61ea..1db38afb9 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -164,7 +164,6 @@ export default { @include media-breakpoint-up(md) { box-shadow: none; border-radius: 0; - //height: 100vh; margin: 0 auto; } .modal-body {