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