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>2025-08-18 10:59:32 +1000
commit812eae0b5b75f24adebfe6347ecda26c04b8181b (patch)
treee99812d57ef7ae4c8afe9bf83e61ca83ef375b36 /Pages/Shared/_Layout.cshtml
parent5247aa5a136fcf48d80c8e75625ae773a14fbd26 (diff)
Added ability to tag 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>