Browse Source

fix: restore proper dialog max-height

pull/216/head
Jose Olarte III 14 hours ago
parent
commit
d9230d0be8
  1. 2
      src/assets/styles/tailwind.css

2
src/assets/styles/tailwind.css

@ -38,7 +38,7 @@
}
.dialog {
@apply bg-white px-4 py-6 rounded-lg w-full max-w-lg max-h-[90%] overflow-y-auto;
@apply bg-white px-4 py-6 rounded-lg w-full max-w-lg max-h-[calc(100vh-3rem)] overflow-y-auto;
}
/* Markdown content styling to restore list elements */

Loading…
Cancel
Save