1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Share dialog improve (#2760)

This commit is contained in:
杨顺强
2019-01-04 18:11:13 +08:00
committed by Daniel Pan
parent cd82bf2b67
commit 91c9ac8e80
6 changed files with 122 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ const wrapperClass = css({
left: 0,
right: 0,
position: 'fixed',
zIndex: 30
zIndex: 999999,
});