Fix sidebar height

This commit is contained in:
Oliver Davies 2018-12-24 13:34:45 +00:00
parent 3a11057b74
commit a8cf8356b1
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="h-full">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -7,11 +7,11 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>rebuilding-acquia</title>
</head>
<body class="bg-grey-lighter font-sans">
<body class="bg-grey-lighter font-sans min-h-full flex flex-col flex-1">
<noscript>
<strong>We're sorry but rebuilding-acquia doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<div id="app" class="flex flex-1 flex-col h-full"></div>
<!-- built files will be auto injected -->
</body>
</html>