mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Small bugs
This commit is contained in:
@@ -49,8 +49,7 @@
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@include overflow-auto(x);
|
||||
}
|
||||
table {
|
||||
td {
|
||||
@@ -61,9 +60,8 @@
|
||||
.text-content {
|
||||
background: #fff;
|
||||
.content {
|
||||
@include overflow-auto(x);
|
||||
padding: $padding;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
.style-color {
|
||||
@@ -77,9 +75,8 @@
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
.table-wrapper {
|
||||
@include overflow-auto(y);
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
table {
|
||||
td {
|
||||
@@ -130,11 +127,10 @@
|
||||
color: #fff;
|
||||
}
|
||||
.listener-content li {
|
||||
@include overflow-auto(x);
|
||||
padding: $padding;
|
||||
border: 1px solid $gray;
|
||||
border-top: none;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
&.capture {
|
||||
background: $gray-light;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user