We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a521f41 commit f5df811Copy full SHA for f5df811
resources/sass/_pages.scss
@@ -318,14 +318,6 @@ body.tox-fullscreen, body.markdown-fullscreen {
318
@include lightDark(color, #444, #EEE);
319
background-color: rgba(0, 0, 0, 0.1);
320
}
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
- }
329
h4 {
330
font-size: 24px;
331
margin: $-m 0 0 0;
@@ -360,6 +352,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
360
352
.toolbox-tab-content {
361
353
display: none;
362
354
overflow-y: auto;
355
+ padding-bottom: 45px;
363
356
364
357
365
358
.suggestion-box {
0 commit comments