Commit 4c271f0f authored by vijay kumar's avatar vijay kumar

Removes padding on html/body to kill the scrollbar and top right links fixes

parent 9f930044
......@@ -19,7 +19,6 @@
font-weight: 100;
height: 100vh;
margin: 0;
padding: 10px;
}
.full-height {
......@@ -38,8 +37,8 @@
.top-right {
position: absolute;
right: 0;
top: 0;
right: 10px;
top: 10px;
}
.content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment