diff --git a/public/css/fixes.css b/public/css/fixes.css
index b75a0b83..08bf1518 100644
--- a/public/css/fixes.css
+++ b/public/css/fixes.css
@@ -245,6 +245,11 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
padding: 0.25em 0.45em;
}
+/* Remove the shadow outline on an opened box */
+.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
+ box-shadow: none;
+}
+
.input-group-text {
background-color: #fafafa;
}
diff --git a/resources/views/frames/create.blade.php b/resources/views/frames/create.blade.php
index 273bd630..a4490e5f 100644
--- a/resources/views/frames/create.blade.php
+++ b/resources/views/frames/create.blade.php
@@ -49,10 +49,10 @@
@break
@case(2)
-
+
@foreach ($o->getVisibleAttributes() as $ao)
-
+
@endforeach
@include('fragment.dn.add_attr')