Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions _build/templates/default/sass/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
font-weight: bold;
font: $fontNavbar;
height: 100%;
z-index: 20;
display: flex;
flex-direction: column;
padding: 0 5px;
Expand Down Expand Up @@ -195,7 +194,6 @@
box-sizing: border-box;
list-style: none;
position: absolute;
z-index: 99999999999;
opacity: 0;
visibility: hidden;
transition: all .15s ease;
Expand Down Expand Up @@ -291,7 +289,6 @@
background: $white;
list-style: none;
position: absolute;
z-index: 24;
&-arrow {
border: 8px solid transparent;
border-right-color: #FFF;
Expand All @@ -301,7 +298,6 @@
right: 0;
top: 50%;
transform: translate(0, -50%);
z-index: 10010;
display: none;
}
&.active {
Expand Down
1 change: 1 addition & 0 deletions _build/templates/default/sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ textarea.x-form-field {
width: calc(100% - 370px);
right: 0;
left: 370px; /* give #modx-content an initial left value to prevent the panel from jumping around */
z-index: 0;
}

.modx-form p {
Expand Down