From 2c48d9581a171a1b9c15ca402be86171505d544f Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Thu, 7 Oct 2021 22:32:52 +0200 Subject: [PATCH] Colonne de boutons foundry plus courte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix de bug de style qui fait que la partie de la fenêtre de calendrier au niveau de la deuxième colonne de boutons ne pouvait pas être utilisée --- styles/simple.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/simple.css b/styles/simple.css index e925f788..fa959565 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1134,7 +1134,10 @@ ul, li { border-image-width: 4px; border-image-outset: 0px; } - + #controls .control-tools { + max-height: calc(100vh - 156px); + height: auto; +} #controls .scene-control.active, #controls .control-tool.active, #controls .scene-control:hover, #controls .control-tool:hover { background: rgba(72, 46, 28, 1); background-origin: padding-box;