mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 20:17:11 +00:00
Don't hide horizontal panel overflow
We need scrollbar because otherwise when DataTable row is too long it's cut and not visible
This commit is contained in:
@@ -13,7 +13,6 @@ body {
|
||||
}
|
||||
|
||||
.panel {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user