mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
fix export diagram - body - overflow - scroll
This commit is contained in:
@@ -745,6 +745,7 @@
|
|||||||
if (css) css += '\n';
|
if (css) css += '\n';
|
||||||
css += $currentThemeDefinition?.themeCss;
|
css += $currentThemeDefinition?.themeCss;
|
||||||
}
|
}
|
||||||
|
css += ' body { overflow: scroll; }';
|
||||||
saveFileToDisk(async filePath => {
|
saveFileToDisk(async filePath => {
|
||||||
await apiCall('files/export-diagram', {
|
await apiCall('files/export-diagram', {
|
||||||
filePath,
|
filePath,
|
||||||
|
|||||||
Reference in New Issue
Block a user