Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Pleroma
pleroma-fe
Merge requests
!974
Lock body scroll when modal is open globally
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Lock body scroll when modal is open globally
tae/pleroma-fe:modal-scroll-lock
into
develop
Overview
19
Commits
22
Pipelines
8
Changes
10
All threads resolved!
Show all comments
Merged
Tae Hoon
requested to merge
tae/pleroma-fe:modal-scroll-lock
into
develop
5 years ago
Overview
19
Commits
22
Pipelines
8
Changes
10
All threads resolved!
Show all comments
Expand
for the status posting modal and the user reporting modal
0
0
Merge request reports
Compare
develop
version 7
d3a6c030
5 years ago
version 6
6084a5b6
5 years ago
version 5
c23a87d8
5 years ago
version 4
2cadeeb7
5 years ago
version 3
c2174836
5 years ago
version 2
b3699a7c
5 years ago
version 1
5eeded56
5 years ago
develop (base)
and
version 4
latest version
eb695fd6
22 commits,
5 years ago
version 7
d3a6c030
21 commits,
5 years ago
version 6
6084a5b6
20 commits,
5 years ago
version 5
c23a87d8
19 commits,
5 years ago
version 4
2cadeeb7
18 commits,
5 years ago
version 3
c2174836
17 commits,
5 years ago
version 2
b3699a7c
16 commits,
5 years ago
version 1
5eeded56
15 commits,
5 years ago
10 files
+
116
−
83
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/components/media_modal/media_modal.js
+
3
−
1
Options
import
StillImage
from
'
../still-image/still-image.vue
'
import
VideoAttachment
from
'
../video_attachment/video_attachment.vue
'
import
Modal
from
'
../modal/modal.vue
'
import
fileTypeService
from
'
../../services/file_type/file_type.service.js
'
const
MediaModal
=
{
components
:
{
StillImage
,
VideoAttachment
VideoAttachment
,
Modal
},
computed
:
{
showing
()
{
Loading