Browse Source

fix: tippy tooltips would sometimes get hidden outside modals

Kristian Vos 3 years ago
parent
commit
cc498519d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/components/Modal.vue

+ 1 - 1
frontend/src/components/Modal.vue

@@ -136,7 +136,7 @@ export default {
 		width: 800px;
 		max-width: calc(100% - 40px);
 		max-height: calc(100vh - 40px);
-		overflow: auto;
+		overflow: visible;
 		margin: 0;
 		font-size: 16px;