mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:26:53 +00:00
fix(nc-gui): attachment fixes
This commit is contained in:
@@ -48,7 +48,7 @@ watch(activeMenu, (newVal, oldValue) => {
|
||||
class="!rounded-md"
|
||||
@keydown.esc="dialogShow = false"
|
||||
>
|
||||
<div class="flex h-full flex-row" :class="{ 'flex-col': isMobileMode }">
|
||||
<div class="flex h-full" :class="isMobileMode ? 'flex-col' : 'flex-row'">
|
||||
<div style="border-top-left-radius: 1rem; border-bottom-left-radius: 1rem" class="px-2 !-full flex-grow bg-gray-50">
|
||||
<NcMenu class="!h-full !bg-gray-50 flex flex-col" :class="{ '!flex-row overflow-x-scroll': isMobileMode }">
|
||||
<NcMenuItem
|
||||
|
||||
Reference in New Issue
Block a user