mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2025-10-31 11:56:46 -07:00
Fix wrong overflow management in custom panels
This commit is contained in:
BIN
dist/grbl/debug/index.html.gz
vendored
BIN
dist/grbl/debug/index.html.gz
vendored
Binary file not shown.
BIN
dist/grbl/production/index.html.gz
vendored
BIN
dist/grbl/production/index.html.gz
vendored
Binary file not shown.
BIN
dist/printer/debug/index.html.gz
vendored
BIN
dist/printer/debug/index.html.gz
vendored
Binary file not shown.
BIN
dist/printer/production/index.html.gz
vendored
BIN
dist/printer/production/index.html.gz
vendored
Binary file not shown.
@@ -244,7 +244,7 @@ const ExtraPanel = ({ data }) => {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: 400px;">{content}</div>
|
||||
<div style="height: 400px; overflow: auto;">{content}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -60,5 +60,4 @@
|
||||
|
||||
.espcontainer {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user