mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 17:55:13 +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;
|
||||
|
Reference in New Issue
Block a user