Skip to content

Commit f5df811

Browse files
committed
Removed old unused style definition
1 parent a521f41 commit f5df811

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

resources/sass/_pages.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -318,14 +318,6 @@ body.tox-fullscreen, body.markdown-fullscreen {
318318
@include lightDark(color, #444, #EEE);
319319
background-color: rgba(0, 0, 0, 0.1);
320320
}
321-
div[toolbox-tab-content] {
322-
padding-bottom: 45px;
323-
display: flex;
324-
flex: 1;
325-
flex-direction: column;
326-
min-height: 0;
327-
overflow-y: scroll;
328-
}
329321
h4 {
330322
font-size: 24px;
331323
margin: $-m 0 0 0;
@@ -360,6 +352,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
360352
.toolbox-tab-content {
361353
display: none;
362354
overflow-y: auto;
355+
padding-bottom: 45px;
363356
}
364357

365358
.suggestion-box {

0 commit comments

Comments
 (0)