From 6a266b56d2dbbb58cc131686a090c5aab31357b1 Mon Sep 17 00:00:00 2001 From: WHLukasz Date: Thu, 7 Sep 2023 14:22:47 +0200 Subject: [PATCH] limit length for blocks --- docs/css/flotiq.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/css/flotiq.css b/docs/css/flotiq.css index 950ffca2..8c990c15 100644 --- a/docs/css/flotiq.css +++ b/docs/css/flotiq.css @@ -461,6 +461,12 @@ li.md-nav__item.md-nav__item--active:not(.md-nav__item--nested) { background-color: white; } +.md-typeset pre>code { + max-height: 250px; + overflow-y: auto; + position: relative; +} + .breadcrumbs { font-family: "Inter", sans-serif; font-style: normal;