Skip to content

Commit

Permalink
fix: 🐛 VE z-index
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Nov 25, 2023
1 parent d3beab0 commit efd5a5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
/*
* Citizen
*
* SkinStyles for Extension:DiscussionTools
* Module: ext.discussionTools.init
* Version: REL1_35 7aa0a9b
*
* Date: 2022-05-06
* Date: 2022-05-06
*/
@import '../../../resources/variables.less';

Expand Down Expand Up @@ -60,3 +60,9 @@
color: var(--color-base--subtle);
}
}

.ext-discussiontools-ui-newTopic {
.ve-ui-toolbar > .oo-ui-toolbar-bar {
z-index: 11;
}
}
10 changes: 5 additions & 5 deletions skinStyles/extensions/VisualEditor/ext.visualEditor.less
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
/*
* Citizen
*
* SkinStyles for Extension:VisualEditor
* Module: ext.visualEditor.desktopArticleTarget.init
* Version: REL1_35 cc3466a
*
* Date: 2021-08-04
* Note: VE has many modules so they are combined in one file for now
* Note: VE has many modules so they are combined in one file for now
*/

@import '../../../resources/variables.less';
Expand Down Expand Up @@ -295,9 +295,9 @@
// Make toolbar more smaller screen friendly
// Well at least I did by best
@media (max-width: 800px) {
.ve-ui-toolbar-floating {
z-index: 4;
}
// .ve-ui-toolbar-floating {
// z-index: 4;
// }

.skin-citizen {
.ve-ui-toolbar {
Expand Down

0 comments on commit efd5a5d

Please sign in to comment.