forked from kimhyungsik/ax_hub_mcp_tool
style: 윈도우 스크롤바 생성 여부에 따른 헤더 레이아웃 틀어짐 방지를 위해 모든 페이지에 overflow-y: scroll 적용
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body style="overflow-y: scroll;">
|
||||
|
||||
<header style="border-bottom: 1px solid #27272a; background: rgba(9,9,11,0.85); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 1050; margin-bottom: 2rem; height: 56px;">
|
||||
<div class="container d-flex align-items-center justify-content-between h-100">
|
||||
|
||||
Reference in New Issue
Block a user