Explorar o código

fix: tippy tooltips would sometimes get hidden outside modals

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
cc498519d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;