Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !200

Avoiding iframes overlapping

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/bitbonsai/master into master 13 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: bitbonsai

Updated .menu-dropdown, .dropdown-menu z-index to 999 to avoid iframes overlapping

Compare
  • master (base)

and
  • latest version
    d33ec064
    1 commit, 2 years ago

2 files
+ 2
- 0

    Preferences

    File browser
    Compare changes
l‎ib‎
patter‎ns.less‎ +1 -0
bootstrap‎-1.2.0.css‎ +1 -0
lib/patterns.less
+ 1
- 0
  • View file @ d33ec064


@@ -161,6 +161,7 @@
.menu-dropdown,
.dropdown-menu {
background-color: #333;
z-index: 999;
// a.menu for backwards compatibility
a.menu,
.dropdown-toggle {
bootstrap-1.2.0.css
+ 1
- 0
  • View file @ d33ec064


@@ -1353,6 +1353,7 @@ a.menu:after, .dropdown-toggle:after {
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
z-index: 999;
}
.menu-dropdown li, .dropdown-menu li {
float: none;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Client: Dart Enhancement: General
2
Client: Dart Enhancement: General
    Assign labels
  • Manage project labels

Milestone
5.0.1
5.0.1 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: OpenAPITools/openapi-generator!6384
Source branch: github/fork/bitbonsai/master

Menu

Explore Projects Groups Snippets