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:
@@ -38,9 +38,3 @@ pre {
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
// Enable scrollable blocks of code
|
||||
.pre-scrollable {
|
||||
max-height: $pre-scrollable-max-height;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
@@ -1106,4 +1106,3 @@ $kbd-color: $white !default;
|
||||
$kbd-bg: $gray-900 !default;
|
||||
|
||||
$pre-color: null !default;
|
||||
$pre-scrollable-max-height: 340px !default;
|
||||
|
||||
Reference in New Issue
Block a user