File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
debug_toolbar/static/debug_toolbar/js Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ const djdt = {
226
226
const handle = document . getElementById ( "djDebugToolbarHandle" ) ;
227
227
// set handle position
228
228
const handleTop = Math . min (
229
- localStorage . getItem ( "djdt.top" ) || 0 ,
229
+ localStorage . getItem ( "djdt.top" ) || 265 ,
230
230
window . innerHeight - handle . offsetWidth
231
231
) ;
232
232
handle . style . top = handleTop + "px" ;
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Pending
17
17
``django.contrib.admindocs.utils.get_view_name ``.
18
18
* Switched from black to the `ruff formatter
19
19
<https://astral.sh/blog/the-ruff-formatter> `__.
20
+ * Changed the default position of the toolbar from top to the upper top
21
+ position.
20
22
21
23
4.2.0 (2023-08-10)
22
24
------------------
You can’t perform that action at this time.
0 commit comments