mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWebView: Use an overflow-x value of 'auto' for Inspector containers
The Inspector looks a bit nicer if we don't paint the horizontal scroll bars unless we need to.
This commit is contained in:
@@ -75,7 +75,7 @@ body {
|
|||||||
|
|
||||||
padding: 8px 0px 0px 4px;
|
padding: 8px 0px 0px 4px;
|
||||||
|
|
||||||
overflow: scroll;
|
overflow: auto scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@@ -187,7 +187,7 @@ details > :not(:first-child) {
|
|||||||
|
|
||||||
.console-output {
|
.console-output {
|
||||||
height: calc(100% - 32px);
|
height: calc(100% - 32px);
|
||||||
overflow: scroll;
|
overflow: auto scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.console-input {
|
.console-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user