2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Drop .pre-scrollable class

This commit is contained in:
Martijn Cuppens
2019-07-25 18:03:45 +02:00
parent 1c05c1dbf1
commit 97e9214edd
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -38,9 +38,3 @@ pre {
word-break: normal;
}
}
// Enable scrollable blocks of code
.pre-scrollable {
max-height: $pre-scrollable-max-height;
overflow-y: scroll;
}
-1
View File
@@ -1106,4 +1106,3 @@ $kbd-color: $white !default;
$kbd-bg: $gray-900 !default;
$pre-color: null !default;
$pre-scrollable-max-height: 340px !default;