remove double scrollbars for collab demo for most screens
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
color: $colorBlack;
|
color: $colorBlack;
|
||||||
background-color: $colorWhite;
|
background-color: $colorWhite;
|
||||||
max-height: unquote("max(300px, 60vh)");
|
max-height: unquote("max(300px, 70vh)");
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
border: 3px solid $colorBlack;
|
border: 3px solid $colorBlack;
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ export default {
|
|||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
max-height: 30rem;
|
max-height: 25rem;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ pre[class*="language-"] {
|
|||||||
background: $codeBackground;
|
background: $codeBackground;
|
||||||
padding: 1.25rem !important;
|
padding: 1.25rem !important;
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
max-height: unquote("max(300px, 60vh)");
|
max-height: unquote("max(300px, 70vh)");
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: rgba($colorWhite, 0.2);
|
background-color: rgba($colorWhite, 0.2);
|
||||||
|
|||||||
Reference in New Issue
Block a user