mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-05-06 16:37:45 +00:00
FIX: don't prevent clicks on other page elements
This commit is contained in:
parent
3d784d13ab
commit
954bede29b
@ -1,11 +1,5 @@
|
|||||||
$item-height: 40px;
|
$item-height: 40px;
|
||||||
|
|
||||||
.menu-items {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
height: $item-height;
|
|
||||||
}
|
|
||||||
|
|
||||||
.d-header {
|
.d-header {
|
||||||
margin-top: $item-height;
|
margin-top: $item-height;
|
||||||
.docked & {
|
.docked & {
|
||||||
@ -16,6 +10,14 @@ $item-height: 40px;
|
|||||||
.menu-item-container {
|
.menu-item-container {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
.menu-items {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
height: $item-height;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-placeholder {
|
.menu-placeholder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user