mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:46:36 +00:00
fix(nc-gui): increase width of base context menu
This commit is contained in:
@@ -594,7 +594,7 @@ const showNodeTooltip = ref(true)
|
||||
</NcButton>
|
||||
<template #overlay>
|
||||
<NcMenu
|
||||
class="nc-scrollbar-md"
|
||||
class="nc-scrollbar-md !min-w-50"
|
||||
:style="{
|
||||
maxHeight: '70vh',
|
||||
overflow: 'overlay',
|
||||
@@ -888,7 +888,7 @@ const showNodeTooltip = ref(true)
|
||||
</NcButton>
|
||||
<template #overlay>
|
||||
<NcMenu
|
||||
class="nc-scrollbar-md"
|
||||
class="nc-scrollbar-md !min-w-50"
|
||||
:style="{
|
||||
maxHeight: '70vh',
|
||||
overflow: 'overlay',
|
||||
|
||||
Reference in New Issue
Block a user