Skip to content

Commit 98279f3

Browse files
committed
fix: remove test colors
1 parent c76e3f6 commit 98279f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ui/NativeApp.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,17 @@ html {
6565
}
6666
6767
.native-scroll-container {
68-
background: red;
6968
position: absolute;
7069
inset: 0;
7170
overflow: hidden;
7271
7372
.v-app-bar {
7473
top: env(safe-area-inset-top) !important;
75-
background: green;
7674
}
7775
7876
.v-main {
7977
height: 100%;
8078
overflow-y: auto;
81-
background: yellow;
8279
}
8380
}
8481
</style>

0 commit comments

Comments
 (0)