Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
1d6799e5
Commit
1d6799e5
authored
5 years ago
by
Michael Lange
Browse files
Options
Download
Email Patches
Plain Diff
Stack the popover menu under the subnav
parent
93eaaab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/app/styles/components/popover-menu.scss
+1
-0
ui/app/styles/components/popover-menu.scss
ui/app/styles/utils/z-indices.scss
+2
-1
ui/app/styles/utils/z-indices.scss
with
3 additions
and
1 deletion
+3
-1
ui/app/styles/components/popover-menu.scss
+
1
-
0
View file @
1d6799e5
...
...
@@ -6,6 +6,7 @@
border-radius
:
$radius
;
padding
:
0
.5em
1em
;
width
:
200px
;
z-index
:
$z-popover
;
}
.popover-actions
{
...
...
This diff is collapsed.
Click to expand it.
ui/app/styles/utils/z-indices.scss
+
2
-
1
View file @
1d6799e5
$z-tooltip
:
250
;
$z-header
:
210
;
$z-gutter
:
220
;
$z-gutter-backdrop
:
219
;
$z-header
:
210
;
$z-subnav
:
200
;
$z-popover
:
150
;
$z-base
:
100
;
$z-icon-decorators
:
50
;
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help