diff --git a/Source/css/main.css b/Source/css/main.css index 84e7950..8155b59 100644 --- a/Source/css/main.css +++ b/Source/css/main.css @@ -1,4 +1,4 @@ -Rbody { +body { overflow: hidden; /*Made this a body attribute since I find myself using it a whole hell of a lot*/ @@ -224,7 +224,6 @@ a:hover { top: var(--EditorTheme_TopBarSize); left: 0px; background: var(--EditorTheme_Theme_3); - /*Literally a really dumb fix*/ transform: scale(1, -1); }