Skip to content

Commit 4478ae6

Browse files
author
Matthew
authored
Revert "Added scrolling to scriptingArea"
1 parent 6e286b5 commit 4478ae6

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

resources/css/blocks.css

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/blocks.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ body {
100100
min-width:40px;
101101
min-height:18px;
102102
}
103-
.e-body > .c-footer {
104-
margin-bottom: 15px;
105-
}
106103
.c-header {
107104
border-bottom-left-radius:0px;
108105
box-shadow: -1px -1px 0px #A9A9A9;
@@ -200,4 +197,4 @@ body {
200197
color:black;
201198
cursor:text;
202199
}
203-
}
200+
}

resources/css/style.css

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ html, body {
2828
.scriptingArea {
2929
height: calc(100% - 200px - 12px);
3030
min-width: 100%;
31-
overflow: scroll;
31+
overflow: visible;
3232
position: relative;
3333

3434
//for some reason this is cutting off the hat block ::after element...

0 commit comments

Comments
 (0)