Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
fix: fixed accordion height in cartellaModulistica
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Oct 26, 2022
1 parent 51fbce4 commit 52acab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/ItaliaTheme/Views/_cartellaModulistica.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ $docs-section-margin: 3em;
transition: max-height 0.3s ease;

&.open {
max-height: 100vh;
max-height: 1000vh;
overflow-y: auto;
}

.accordion-inner {
Expand Down

0 comments on commit 52acab5

Please sign in to comment.