fix: fixed inline blocks do not behave as fixed

This commit is contained in:
Linus Lee 2021-07-09 16:05:02 -04:00
parent b9ea2c2fce
commit c7fadd7315

View File

@ -95,7 +95,7 @@ body {
}
.block.fixed {
cursor: initial;
cursor: initial !important;
}
/* FIXED STYLES */
@ -108,7 +108,7 @@ body {
.block.fixed:focus,
.block.fixed:focus::before,
.block.fixed:focus::after {
transform: none;
transform: none !important;
}
/* ACCENT STYLES */