Skip to content

Commit c2c3735

Browse files
tomas-novotnygary
authored andcommitted
Fix modal height
1 parent c0efeb1 commit c2c3735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/store/actions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export default {
5757
commit('left/addToHistory', leftPath);
5858
}
5959

60+
document.getElementsByClassName('fm-body')[0].style.height = window.innerHeight - 150 + 'px'
61+
6062
dispatch('getLoadContent', {
6163
manager: 'left',
6264
disk: leftDisk,

0 commit comments

Comments
 (0)