Skip to content

Commit

Permalink
add scrolling the concept details block
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Dec 17, 2024
1 parent ab4d28d commit 37c4564
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/ontologies.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
$ont-metadata-bg-color: #e2ebf0;
$widget-table-border-color: #EFEFEF;
$ont-show-bg-color: #e9ecef;

#concept_details{
max-height: 90vh;
overflow-y: auto;
}
.ontologies.show {
background-color: $ont-show-bg-color;

Expand Down

0 comments on commit 37c4564

Please sign in to comment.