mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-02-13 17:50:45 -06:00
Fixed classname and bottom padding for scrollbar
This commit is contained in:
@@ -201,11 +201,11 @@
|
||||
padding:0 0 0 20px;
|
||||
}
|
||||
|
||||
#flDebug .flDebugPanelContent .scroll {
|
||||
#flDebug .flDebugPanelContent .flDebugScroll {
|
||||
height:100%;
|
||||
overflow:auto;
|
||||
display:block;
|
||||
padding:0 10px 0 0;
|
||||
padding:0 10px 10px 0;
|
||||
}
|
||||
|
||||
#flDebug h3 {
|
||||
|
||||
Reference in New Issue
Block a user