Add scrollbar overflow to scss
This commit is contained in:
parent
a2ac378047
commit
c4a0fb57db
@ -959,4 +959,8 @@ body {
|
|||||||
thead {
|
thead {
|
||||||
color: #111111; }
|
color: #111111; }
|
||||||
|
|
||||||
|
/*************** SCROLLBAR BASE CSS ***************/
|
||||||
|
.highlightable {
|
||||||
|
overflow: auto; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -156,9 +156,9 @@ blockquote {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
/* random stuff */
|
/* random stuff */
|
||||||
.highlightable {
|
/*.highlightable {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* table headings */
|
/* table headings */
|
||||||
/*thead {
|
/*thead {
|
||||||
|
@ -26,3 +26,6 @@
|
|||||||
|
|
||||||
// Tables
|
// Tables
|
||||||
@import "theme/tables";
|
@import "theme/tables";
|
||||||
|
|
||||||
|
// Scrollbar
|
||||||
|
@import "theme/scrollbar";
|
||||||
|
5
themes/custom-learn2-dark/scss/theme/_scrollbar.scss
Normal file
5
themes/custom-learn2-dark/scss/theme/_scrollbar.scss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/*************** SCROLLBAR BASE CSS ***************/
|
||||||
|
|
||||||
|
.highlightable {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user