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

Commit

Permalink
prettier --write update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sol25 authored and Sol2526 committed Oct 25, 2023
1 parent 0e00c49 commit 85e1d8c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions frontend/src/css/road_details.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ input[type='checkbox'] {
max-width: 100%; /* Set a maximum width */
white-space: nowrap;
scroll-behavior: smooth;
scrollbar-width: none;
/* For Firefox */
-ms-overflow-style: none;
/* For Internet Explorer and Edge */
scrollbar-width: none;
/* For Firefox */
-ms-overflow-style: none;
/* For Internet Explorer and Edge */
overflow-y: hidden; /*This gets rid of that annoying scroll rect on the right side of the gallery*/
}

Expand All @@ -204,12 +204,11 @@ input[type='checkbox'] {
}

.image-gallery-page.center-images .image-container {
justify-content: center;
display: flex;
width: 100%;
justify-content: center;
display: flex;
width: 100%;
}


.image-container {
display: flex;
align-items: center;
Expand Down

0 comments on commit 85e1d8c

Please sign in to comment.