Django admin view design error/acting funny

193 Views Asked by At

enter image description here

Anyone faced this before? I have never. I installed Django 3.1 along with Python 3.9 and started facing this(see the image). Even when I scroll up, the top half stays there, its fixed, only the bottom half scrolls. I am using ckeditor for the body field in my app. Could that package be the reason?

1

There are 1 best solutions below

2
On

Ckeditor can cause problems with django when working with code snippets. It needs to be configured.