mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 16:16:44 +00:00
fix(nc-gui): project overview tab scroll issue
This commit is contained in:
@@ -72,7 +72,13 @@ const onCreateSyncClick = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="nc-all-tables-view px-6 pt-6">
|
||||
<div
|
||||
class="nc-all-tables-view p-6 nc-scrollbar-thin"
|
||||
:style="{
|
||||
height: 'calc(100vh - var(--topbar-height) - 44px)',
|
||||
}"
|
||||
>
|
||||
<div class="text-subHeading2 text-nc-content-gray mb-6">{{ $t('labels.actions') }}</div>
|
||||
<div
|
||||
class="flex flex-row gap-6 pb-2 flex-wrap max-w-[1000px]"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user