Merge branch 'master' of github.com:mervekaraman/akaunting

This commit is contained in:
Merve Karaman
2023-06-23 11:15:20 +03:00
10 changed files with 106 additions and 13 deletions

View File

@ -220,6 +220,8 @@
let styles = {};
styles.zIndex = 100;
if (this.verticalAlign === 'top') {
styles.top = `${pixels}px`;
} else {