Skip to content

Commit 1fc4232

Browse files
committed
Fix interwiki scrollbar issue on darkbody.
1 parent ffe2ce1 commit 1fc4232

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

css/colors/darkbody.colors.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ div#container-wrap {
163163
/* Interwiki IFrame */
164164

165165
iframe.scpnet-interwiki-frame {
166-
height: auto;
166+
height: 300px;
167+
width: auto;
167168
}
168169

169170
.international-entry:nth-child(even), .alternate:nth-child(even) {
@@ -176,7 +177,8 @@ iframe.scpnet-interwiki-frame {
176177
background: #DCDCDC;
177178
border: 1px solid #2F4F4F;
178179
box-shadow: 0 2px 6px rgba(32,32,32,1) !important;
179-
padding: 5px 0;
180+
padding: 10px;
181+
width: auto;
180182
}
181183

182184
.interwiki__title {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "S-CSS-P",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
66
"permissions": [

0 commit comments

Comments
 (0)