style: relative back on pre

This commit is contained in:
Jacky Zhao 2023-12-28 15:07:59 -08:00
parent e758cbe1ee
commit 40cfccdc77

View file

@ -332,6 +332,7 @@ pre {
border-radius: 5px;
overflow-x: auto;
border: 1px solid var(--lightgray);
position: relative;
&:has(> code.mermaid) {
border: none;