Colonne de boutons foundry plus courte

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
This commit is contained in:
Vincent Vandemeulebrouck 2021-10-07 22:32:52 +02:00
parent f77b8fd91e
commit 2c48d9581a
1 changed files with 4 additions and 1 deletions

View File

@ -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;