mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
docs(roadmap): fix height
This commit is contained in:
@@ -20,7 +20,7 @@ const src = computed(() => `https://volta.net/embed/${token}?theme=${colorMode.v
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="h-[calc(100vh-var(--header-height)-var(--header-height)-1px)]">
|
<div class="h-[calc(100vh-var(--ui-header-height)-var(--ui-header-height)-48px-1px)]">
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<iframe :src="src" width="100%" height="100%" />
|
<iframe :src="src" width="100%" height="100%" />
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
|
|||||||
Reference in New Issue
Block a user