Commit ec7e6217 authored by Clint Mourlevat's avatar Clint Mourlevat

Fix crafted footer overlay

parent b59ecbff
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
@model SearchBlockExplorer @model SearchBlockExplorer
<section class="block-explorer-wrapper" id="welcome-1"> <section class="block-explorer-wrapper" id="welcome-1">
<div class="block-explorer text"> <div class="block-explorer text">
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
<environment exclude="Development"> <environment exclude="Development">
<link href="~/css/default.min.css" rel="stylesheet" type="text/css"> <link href="~/css/default.min.css" rel="stylesheet" type="text/css">
</environment> </environment>
@RenderSection("Style", false)
</head> </head>
<body> <body>
<div class="shadow-inset"></div> <div class="shadow-inset"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment