Skip to content

Commit 07b405a

Browse files
minORCray-oxd
authored andcommitted
DBC22-5226: Tweaks on mobile panels in Camera details page
1 parent bb3c9a0 commit 07b405a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/frontend/src/Components/map/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ export default function DriveBCMap(props) {
10441044
<Drawer.Portal container={mapElement.current}>
10451045
<Drawer.Overlay className="drawer-overlay" />
10461046
<Drawer.Content className="drawer-content" ref={drawerRef}>
1047-
{clickedFeature && !isCamDetail &&
1047+
{clickedFeature &&
10481048
<button
10491049
className="close-panel"
10501050
aria-label={`${openPanel ? 'close side panel' : ''}`}

src/frontend/src/pages/CameraDetailsPage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@
10131013
right: 8px;
10141014
bottom: initial;
10151015
left: initial;
1016+
z-index: 0;
10161017
}
10171018

10181019
&.cam-location {

0 commit comments

Comments
 (0)