bugfix: remove mouse events from high level components

This commit is contained in:
Jakob Pinterits
2024-11-21 18:41:20 +01:00
parent 91c98491d3
commit bcd2b84d81

View File

@@ -252,6 +252,8 @@ select {
// User-defined components
.rio-high-level-component {
pointer-events: none;
@include single-container();
}