You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
231 B
Plaintext

.logBar {
width: calc(100% - 220px);
min-height: 150px;
position: absolute;
bottom: 0;
right: 0;
background-color: #fff;
border-top: 2px solid #ddd;
transform: translateZ(0);
will-change: height;
z-index: 100;
}