Fix analysis board material on 3D boards

deepcrayonfish^2
Benedikt Werner 2021-11-30 13:00:39 +01:00
parent 9a7e6bf716
commit 435cfba2ad
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ $clock-height: 20px;
&.bottom {
top: var(--cg-height, 100%);
z-index: 1; // over the board coords
.is3d & {
top: calc(var(--cg-height, 100%) + 15px);
}
}
/* Where to put them in col1 layout? It moves the entire board and controls down for little benefit */