minor UI fixes (#1412)

This commit is contained in:
Rob Beeston
2024-11-04 16:21:17 -08:00
committed by GitHub
parent 83d486e442
commit f050854883
2 changed files with 2 additions and 2 deletions

View File

@@ -168,6 +168,6 @@
}
#docsiframe {
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] bg-white;
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] mt-[1px];
height: calc(100vh - 2.6rem)
}