2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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;
}