Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
imageGallery_container height set to fix value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sol25 authored and Sol2526 committed Oct 25, 2023
1 parent 85e1d8c commit f541efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/RoadDetails/MapArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const MapArea: React.FC<Props> = ({ triggerUpdate }) => {
</div>
<div
className="imageGallery_container"
style={{ height: '14vh', overflow: 'hidden' }}
style={{ height: '95px', overflow: 'hidden' }}
>
<ImageGallery /> {/* Use the imageGallery component */}
</div>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/css/road_details.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ input[type='checkbox'] {

.imageGallery_container {
background-color: #999;
height: 14vh;
margin-top: auto;
overflow: auto;
white-space: nowrap;
Expand Down

0 comments on commit f541efd

Please sign in to comment.