use custom drawer container
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="background-color: #32333d">
|
||||
<html style="background-color: #32333d; height: 100%">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
@@ -10,7 +10,7 @@
|
||||
<link href="_content/XtermBlazor/XtermBlazor.min.css" rel="stylesheet" />
|
||||
<link href="SharpIDE.Photino.styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body style="height: 100%">
|
||||
<app>Loading...</app>
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
|
||||
Reference in New Issue
Block a user