We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cbd00 commit 954e64eCopy full SHA for 954e64e
src/components/vue-ui-table-heatmap.vue
@@ -177,7 +177,8 @@ defineExpose({
177
</script>
178
179
<template>
180
- <div ref="tableContainer" :style="`width:100%; overflow-x:auto; container-type: inline-size;padding-top:${FINAL_CONFIG.userOptions.show ? '36px' : ''}`" :class="{ 'vue-ui-responsive' : isResponsive }" :id="`table_heatmap_${uid}`">
+ <div ref="tableContainer" :style="`width:100%; overflow-x:auto; container-type: inline-size;padding-top:${FINAL_CONFIG.userOptions.show ? '36px' : ''}; ${isFullscreen ? 'vue-data-ui-wrapper-fullscreen' : ''}; position:relative;`" :class="{ 'vue-ui-responsive' : isResponsive }" :id="`table_heatmap_${uid}`">
181
+
182
<UserOptions
183
ref="details"
184
:key="`user_option_${step}`"
0 commit comments