summaryrefslogtreecommitdiff
path: root/Pages/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-10 01:56:12 +1000
committerJake Mannens <jake@asger.xyz>2023-08-10 01:56:12 +1000
commite210a6e4e973adc5d873657ea742ad0d8efd96ae (patch)
tree54511d30bdf1e585eb5480130987b7ee61a76389 /Pages/Shared/_Layout.cshtml
parenta86dfad7ef5a00a8f942130ba61e71c7cd50602d (diff)
Began dialog for adding tags to media
Diffstat (limited to 'Pages/Shared/_Layout.cshtml')
-rw-r--r--Pages/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml
index 9cdb952..4c80500 100644
--- a/Pages/Shared/_Layout.cshtml
+++ b/Pages/Shared/_Layout.cshtml
@@ -18,7 +18,7 @@
<a href="/">Home</a>
<a href="/TagDefinitions">Tags</a>
</div>
- <div id="content" style="overflow:@(ViewBag.ContentScroll ? "auto" : "hidden");margin:@(ViewBag.ContentMargin ?? "0");">
+ <div id="content" style="overflow-y:@(ViewBag.ContentScroll ? "auto" : "hidden");padding:@(ViewBag.ContentMargin ?? "0");">
@RenderBody()
</div>
</body>