File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Radzen.Blazor/themes/components/blazor
RadzenBlazorDemos.Host/Pages
RadzenBlazorDemos.Server/Pages Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ $scrollbar-size: 16px !default;
41
41
}
42
42
43
43
44
- .rz-layout {
44
+ .rz-layout ,
45
+ .rz-scrollbars {
45
46
& ::-webkit-scrollbar ,
46
47
::-webkit-scrollbar {
47
48
background-color : var (--rz-scrollbar-background-color );
Original file line number Diff line number Diff line change 37
37
<component type =" typeof(RadzenBlazorDemos.Shared.Theme)" render-mode =" Static" />
38
38
<link rel =" stylesheet" data-name =" vs/editor/editor.main" href =" https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/editor/editor.main.min.css" >
39
39
</head >
40
- <body >
40
+ <body class = " rz-scrollbars " >
41
41
<component type =" typeof(RadzenBlazorDemos.App)" render-mode =" WebAssemblyPrerendered" />
42
42
<div id =" blazor-error-ui" >
43
43
<environment include =" Staging,Production" >
Original file line number Diff line number Diff line change 38
38
<component type =" typeof(RadzenBlazorDemos.Shared.Theme)" render-mode =" Static" />
39
39
<link rel =" stylesheet" data-name =" vs/editor/editor.main" href =" https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.1/min/vs/editor/editor.main.min.css" >
40
40
</head >
41
- <body >
41
+ <body class = " rz-scrollbars " >
42
42
<component type =" typeof(RadzenBlazorDemos.App)" render-mode =" ServerPrerendered" />
43
43
<div id =" blazor-error-ui" >
44
44
<environment include =" Staging,Production" >
You can’t perform that action at this time.
0 commit comments