mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 14:05:12 +00:00
Fix scrollbars
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
@import "../../assets/scss/variables.scss";
|
||||
@import "../../assets/scss/mixins/layout.scss";
|
||||
@import "../../assets/scss/mixins/scrollbar";
|
||||
|
||||
@mixin set-tfw-web($layouts-key) {
|
||||
.tfw-web {
|
||||
@ -71,6 +72,8 @@
|
||||
background-color: $tao-gray-50;
|
||||
}
|
||||
|
||||
@include set-scrollbar-style('dark', '.tfw-messages');
|
||||
|
||||
.tfw-messages {
|
||||
padding: $space;
|
||||
padding-top: $hair;
|
||||
|
@ -5,6 +5,10 @@
|
||||
@import "../../app/dashboard/dashboard.component.scss";
|
||||
|
||||
|
||||
::ng-deep .xterm .xterm-viewport {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.tfw-xterm {
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user