| Commit message (Collapse) | Author | Age | Files | Lines | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
With `overflow-y: hidden`, the content was printed before the max
height transition end. Switching to `overflow: hidden` fixed this
issue.
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* Make all widgets expanded by default. This way, without Javascript,
thematics and topics are still available.
* Improve collapse/expand transition.
* Remove widget scrollbar: the height was sometimes weird because of
that. Except for ToC on large devices.
 | 
| |  | 
 | 
|   
  
  
  
  
  
  
  
   | 
I'm now using a widget that can be expanded/collapsed. It also allows
me to handle more effectively widgets overflow and to avoid styles
repetitions.
However, with stylelint rule "no-descending-specificity", I'm not sure
if the stylesheets are really logical... Maybe I should deactivate this
rule.
 |