mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
fix: search zindex (#6947)
* fix: search zindex * feat: update ui version --------- Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { zIndexes } from '../../../constants';
|
||||
import { metadataZIndexes } from '../../constants';
|
||||
|
||||
const propTypes = {
|
||||
innerWidth: PropTypes.number,
|
||||
@@ -35,7 +35,7 @@ class HorizontalScrollbar extends React.Component {
|
||||
};
|
||||
|
||||
getContainerStyle = () => {
|
||||
return { zIndex: zIndexes.SCROLL_BAR };
|
||||
return { zIndex: metadataZIndexes.SCROLL_BAR };
|
||||
};
|
||||
|
||||
setScrollbarRef = (ref) => {
|
||||
|
Reference in New Issue
Block a user