unfortunately, no one works -my theme is neve-
/* Enlighter collapse
----------------------------------------------------------------------------------- */
.enlighter-collapse{
// default layout - single codeblock
&.@{VIEW_STANDARD}{
// scrollbar on y axis
overflow-y: auto;
max-height: 500px;
}
// tabbed layout - use inner container a scroll wrapper!
&.@{VIEW_CODEGROUP}{
// scroll wrap
.enlighter-codegroup-wrapper{
// scrollbar on y axis
overflow-y: auto;
max-height: 500px;
}
}
// override in case the full sourcecode should be displayed
&.enlighter-collapse-full.@{VIEW_STANDARD}{
max-height: none;
}
&.enlighter-collapse-full.@{VIEW_CODEGROUP} .enlighter-codegroup-wrapper{
max-height: none;
}
}
.enlighter-default{
overflow-y: scroll;
max-height: 100px;
}
-
This reply was modified 3 years, 7 months ago by
mamounrajab.
-
This reply was modified 3 years, 7 months ago by
mamounrajab.