Skip to content

Commit 1641598

Browse files
fix: Improved the CSS Related to Drawer Which where appearing in the Left Side
1 parent 26c0d14 commit 1641598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quartz/components/styles/drawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
top: 0px;
66
right: 0;
77
width: 100vw;
8-
transform: translateX(-100%);
8+
transform: translateX(-104%);
99
transition: transform 0.3s ease;
1010
height: 100vh;
1111
background-color: rgba(0, 0, 0, 0.5);

0 commit comments

Comments
 (0)