Skip to content

Commit fc0b178

Browse files
chore(drawer):added height in the two drawers example mainlayout (#92)
1 parent 78567b0 commit fc0b178

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drawer/two-drawers/TwoDrawers/Shared/MainLayout.razor

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
/* By default, the drawer items have a high z-index and without reducing it they may show up above the overlay the other drawer*/
66
z-index: 1;
77
}
8+
9+
/*create sample layout for this app*/
10+
html, body, app, .k-drawer-container, .k-drawer-content {
11+
height: 100%;
12+
}
813
</style>
914

1015
<TelerikRootComponent>

0 commit comments

Comments
 (0)