Hide bridged overflow-menu elements when native is active.
This commit is contained in:
@@ -52,6 +52,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
[data-bridge-components~=overflow-menu] {
|
||||
[data-controller~=bridge--overflow-menu] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
[data-bridge-components~=buttons] {
|
||||
[data-bridge--buttons-target~=button]:not(summary) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user