Fix z-index of sidebar for landscape mobile views

This commit is contained in:
Tyler Hallada 2022-02-13 15:04:54 -05:00
parent e2ff1f2348
commit 9f46000eff

View File

@ -2,7 +2,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 1;
z-index: 3;
height: 100%;
background-color: #fbefd5;
overflow-x: hidden;