fix(lint): line length

This commit is contained in:
SabreCat
2022-05-31 15:34:44 -05:00
parent d3673349a9
commit 5a0813fe7f

View File

@@ -27,7 +27,7 @@
position: fixed;
right: 10px;
width: 350px;
z-index: 9999; // Our z-indexes are fairly scattered. Using this for now to keep it above modal overlays.
z-index: 9999; // to keep it above modal overlays
top: var(--current-scrollY);