Skip to content

Commit 9688ac6

Browse files
authored
Merge pull request dokuwiki#4396 from dokuwiki/clip
allow dialogs overflow in y-direction
2 parents 266d403 + f0d0d14 commit 9688ac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tpl/dokuwiki/css/design.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ form.search {
299299
border-radius: 2px;
300300
padding: 1.556em 2em 2em;
301301
margin-bottom: .5em;
302-
overflow: hidden;
302+
overflow-x: clip;
303+
overflow-y: visible;
303304
word-wrap: break-word;
304305
}
305306

0 commit comments

Comments
 (0)