diff --git a/resources/css/docs.scss b/resources/css/docs.scss index 5a4f8ff2..5267f8b6 100644 --- a/resources/css/docs.scss +++ b/resources/css/docs.scss @@ -401,7 +401,6 @@ main, } } - .doc-navigation { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ diff --git a/resources/css/highlight.scss b/resources/css/highlight.scss index 83c14c64..85938f58 100644 --- a/resources/css/highlight.scss +++ b/resources/css/highlight.scss @@ -62,7 +62,8 @@ pre { color: #d2cdea; } - .hl-addition, .hl-deletion { + .hl-addition, + .hl-deletion { display: inline-block; }