Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
713dd824
Commit
713dd824
authored
5 years ago
by
ysds
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove unnecessary z-index
parent
9066f949
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/static/docs/4.3/assets/scss/_sidebar.scss
+0
-1
site/static/docs/4.3/assets/scss/_sidebar.scss
with
0 additions
and
1 deletion
+0
-1
site/static/docs/4.3/assets/scss/_sidebar.scss
+
0
-
1
View file @
713dd824
...
...
@@ -5,7 +5,6 @@
@supports
(
position
:
sticky
)
{
position
:
sticky
;
top
:
5rem
;
z-index
:
1000
;
height
:
calc
(
100vh
-
7rem
);
overflow-y
:
auto
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets