#31986: Django Admin filter sidebar does not scroll.
---------------------------------+------------------------------------
     Reporter:  haki             |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  contrib.admin    |                  Version:  3.1
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------

Comment (by 007):

 At first, I solved the problem with absolute positioning. But it doesn't
 look very beautiful. So we use `overflow:hidden` to trigger
 [https://developer.mozilla.org/en-
 US/docs/Web/Guide/CSS/Block_formatting_context  BFC] solve the problem.
 But unfortunately it led to other problems. So go back to the absolute
 positioning solution.

 [https://github.com/django/django/pull/13397 PR]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31986#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.63d120b6f735709f53613b9d2c5a6c92%40djangoproject.com.

Reply via email to