Fix scroll visibility on admonitionblock

Closed #18
This commit is contained in:
Damien Vitrac 2019-08-20 10:42:50 +02:00 committed by Brian Clozel
parent 656772ff67
commit 3f112fd938
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ b.conum * {
margin: 30px 0;
width: auto;
border-radius: 4px;
overflow-x: scroll;
overflow-x: auto;
&.important {
border-left: 0px solid #e20000;
background-color: #f9ebeb;