Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
florianwns committed Nov 13, 2024
2 parents 4e427eb + da2dd8b commit abb5e16
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 722 deletions.
14 changes: 13 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,25 @@ svg.svg_rhombus_customizer use.clickable:hover {
overflow-y: auto;
}


#timber_profiles_svg_container {
width: 800px;
max-height: 1200px;
overflow-y: auto;
}

@media screen and (min-width: 992px) {
#timbers_grouped_by_face_svg_container {
max-height: 1200px;
overflow-y: auto;
}

#timber_profiles_svg_container {
max-height: 1200px;
overflow-y: auto;
}
}


#timbers_grouped_by_face_svg_container > div > svg,
#timber_profiles_svg_container > div > svg {
margin: 0 !important;
Expand Down
Loading

0 comments on commit abb5e16

Please sign in to comment.