This commit is contained in:
lingdocs 2021-07-09 15:56:30 +03:00
parent 7bd2e22979
commit f2b75fe6b8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default function(props) {
} }
return ( return (
<div className="mb-3" {...swipeHandlers}> <div className="mb-3" {...swipeHandlers}>
<div className={props.stickyTitle ? "position-sticky" : ""} style={props.stickyTitle ? { top: 0, background: "white", zIndex: 1000 } : {}}> <div className={props.stickyTitle ? "position-sticky" : ""} style={props.stickyTitle ? { top: 0, background: "white", zIndex: 2000 } : {}}>
<div className="d-flex flex-row justify-content-between align-items-center"> <div className="d-flex flex-row justify-content-between align-items-center">
<img <img
src={leftChevron} src={leftChevron}