Skip to content

Commit f4cba62

Browse files
committed
refactor: remove duplicate preview-body class
1 parent 41330d8 commit f4cba62

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

static/style/inverted-style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,6 @@
626626
overflow: hidden;
627627
text-overflow: ellipsis;
628628
}
629-
.preview-body {
630-
overflow: scroll;
631-
max-height: calc(100vh - 156px);
632-
display: block;
633-
}
634629
.preview button.close-preview {
635630
right: 0;
636631
top: 0;
@@ -922,7 +917,7 @@
922917
/* Prevent content from going under bottom bar */
923918
/* padding-bottom: 48px; */
924919
}
925-
920+
926921
.preview-body::-webkit-scrollbar {
927922
width: 2px;
928923
}

static/style/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,6 @@
626626
overflow: hidden;
627627
text-overflow: ellipsis;
628628
}
629-
.preview-body {
630-
overflow: scroll;
631-
max-height: calc(100vh - 156px);
632-
display: block;
633-
}
634629
.preview button.close-preview {
635630
right: 0;
636631
top: 0;

0 commit comments

Comments
 (0)