@nonoun/native-app 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/native-app.css +0 -2
- package/package.json +1 -1
package/dist/native-app.css
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
:where(n-sidebar) {
|
|
19
19
|
display: flex;
|
|
20
20
|
height: 100dvh;
|
|
21
|
-
user-select: none;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
/* WHY: Reserve sidebar width before JS builds the DOM — prevents layout shift.
|
|
@@ -789,7 +788,6 @@
|
|
|
789
788
|
scrollbar-width: none;
|
|
790
789
|
background: var(--n-ground);
|
|
791
790
|
border-radius: var(--n-radius);
|
|
792
|
-
user-select: none;
|
|
793
791
|
}
|
|
794
792
|
|
|
795
793
|
:where(n-app-panel)[show-scrollbar] {
|