Skip to content

Commit 6c88b70

Browse files
tim-schillingaaugustin
authored andcommitted
Allow the panel to be scrolled when the screen is shorter than it's height.
1 parent 98f9601 commit 6c88b70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
bottom:0;
9696
right:0;
9797
opacity:0.9;
98+
overflow-y: auto;
9899
}
99100

100101
#djDebug #djDebugToolbar small {

0 commit comments

Comments
 (0)