OK-534 Entry Dialog Layout Bug for IE11 and Edge fixed
diff --git a/src/app/dialogs/entry/entry.component.html b/src/app/dialogs/entry/entry.component.html
index 3d57c79..1a64316 100644
--- a/src/app/dialogs/entry/entry.component.html
+++ b/src/app/dialogs/entry/entry.component.html
@@ -220,7 +220,7 @@
       [disabled]="!entryForm.form.valid">Ändern</button>
     <button *ngIf="!isEditDialog && !isReadOnlyDialog" class="btn btn-primary btn-sm btn-success" (click)="add(isInstructionDialog)"
       autofocus type="submit" [disabled]="!entryForm.form.valid">Hinzufügen</button>
-    <button class="btn btn-primary btn-sm" (click)="cancel()">Abbrechen</button>
+    <button class="btn btn-primary btn-sm" type="button" (click)="cancel()">Abbrechen</button>
   </div>
 
 </form>
\ No newline at end of file
diff --git a/src/styles.css b/src/styles.css
index 71a7c1a..c83392b 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -263,5 +263,5 @@
 }
 
 .cdk-overlay-pane{
-    position: inherit !important;
+    position: relative !important;
 }
\ No newline at end of file