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 = {
226226 const handle = document . getElementById ( "djDebugToolbarHandle" ) ;
227227 // set handle position
228228 const handleTop = Math . min (
229- localStorage . getItem ( "djdt.top" ) || 0 ,
229+ localStorage . getItem ( "djdt.top" ) || 265 ,
230230 window . innerHeight - handle . offsetWidth
231231 ) ;
232232 handle . style . top = handleTop + "px" ;
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Pending
1717 ``django.contrib.admindocs.utils.get_view_name ``.
1818* Switched from black to the `ruff formatter
1919 <https://astral.sh/blog/the-ruff-formatter> `__.
20+ * Changed the default position of the toolbar from top to the upper top
21+ position.
2022
21234.2.0 (2023-08-10)
2224------------------
You can’t perform that action at this time.
0 commit comments