Merge pull request #5168 from devansh-webkul/scroll-issue

Relative Added To Nav Bar Left
This commit is contained in:
Glenn Hermans 2021-09-24 16:54:26 +02:00 committed by GitHub
commit c967c94095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{ {
"/js/admin.js": "/js/admin.js?id=8bcdcf3b86191d1739a5", "/js/admin.js": "/js/admin.js?id=8bcdcf3b86191d1739a5",
"/css/admin.css": "/css/admin.css?id=59ebf5021195a90c8760" "/css/admin.css": "/css/admin.css?id=4ed7566377c765482303"
} }

View File

@ -100,7 +100,7 @@ body {
} }
.navbar-left { .navbar-left {
position: fixed; position: relative;
left: 0; left: 0;
top: 60px; top: 60px;
width: 90px; width: 90px;