Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
snip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
irp
snip
Commits
5337f2e1
Commit
5337f2e1
authored
3 months ago
by
Sebastian Mohr
Browse files
Options
Downloads
Patches
Plain Diff
Scrollbar was hidden on generic pages.
parent
0fc73c99
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#561587
passed
3 months ago
Stage: build
Stage: test
Stage: backup
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/fullstack/app/(protected)/(generic_layout)/books/page.tsx
+1
-1
1 addition, 1 deletion
...fullstack/app/(protected)/(generic_layout)/books/page.tsx
apps/fullstack/components/common/Sidebar.module.scss
+1
-1
1 addition, 1 deletion
apps/fullstack/components/common/Sidebar.module.scss
with
2 additions
and
2 deletions
apps/fullstack/app/(protected)/(generic_layout)/books/page.tsx
+
1
−
1
View file @
5337f2e1
...
...
@@ -6,7 +6,7 @@ import UpdateNotification from "components/common/UpdateNotification";
export
default
function
BookBrowser
()
{
return
(
<
div
className
=
"container"
style
=
{
{
height
:
"
100%
"
}
}
>
<
div
className
=
"container"
>
<
UpdateNotification
/>
<
AddToHomeScreen
/>
<
BooksBrowser
rootFolderId
=
{
"
root
"
}
/>
...
...
This diff is collapsed.
Click to expand it.
apps/fullstack/components/common/Sidebar.module.scss
+
1
−
1
View file @
5337f2e1
...
...
@@ -52,7 +52,7 @@ $padding: 1rem;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
overflow
:
hidden
;
overflow
:
auto
;
height
:
100%
;
margin-bottom
:
-1
.5rem
;
padding-inline
:
1rem
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment