Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
c46d0f43
Commit
c46d0f43
authored
Oct 17, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prevent vertical scroll when cell is outside the grid
parent
43c68c43
Pipeline
#16988
passed with stage
in 6 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
partials/GridEditor.vue
partials/GridEditor.vue
+4
-1
No files found.
partials/GridEditor.vue
View file @
c46d0f43
<
template
lang=
"pug"
>
div.cell-grid-container(
:class="{'overflow-hidden': mobileTempCell.show && cachedNewCell && !mobileTempCell.button}")
:class="{'overflow-hidden': mobileTempCell.show && cachedNewCell && !mobileTempCell.button}",
style="overflow-y: hidden;")
q-modal(v-model="modal", minimized, content-css="background-color: #eee; border-radius: .75rem;")
grid-editor-editing-cells-mobile
//
...
...
@@ -139,6 +140,7 @@
//----- resize handler (top left)
.resize-handler-mobile.top-left.text-dark.fixed.justify-center.row.bg-white.shadow-6(
v-if="mobileTempCell.onGrid",
v-touch-pan="handleTopLeft", round, flat,
:style="{left: resizeHandler.topLeft.x - 20 + 'px', top: resizeHandler.topLeft.y - 20 + 'px'}")
// q-icon.self-center.rotate-180(name="signal_cellular_4_bar", size="12px", style="margin-top: 2px;")
...
...
@@ -146,6 +148,7 @@
//----- resize handler (bottom right)
.resize-handler-mobile.bottom-right.text-dark.fixed.justify-center.row.bg-white.shadow-6(
v-if="mobileTempCell.onGrid",
v-touch-pan="testButton", round, flat,
:style="{left: resizeHandler.bottomRight.x - 20 + 'px', top: resizeHandler.bottomRight.y - 20 + 'px'}")
q-icon.self-center(name="signal_cellular_4_bar", size="12px", style="margin-left: -3px;")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment