We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650d7e7 commit 5945105Copy full SHA for 5945105
src/components/AppComponent.vue
@@ -141,6 +141,7 @@ main {
141
justify-content: center;
142
min-height: calc(100% - #{layout.$header-navbar-height});
143
margin-top: layout.$header-navbar-height;
144
+ overflow: hidden;
145
}
146
147
.panel {
src/views/popup/index.html
@@ -21,6 +21,11 @@
21
</html>
22
23
<style>
24
+ html {
25
26
+ scrollbar-width: none;
27
+ }
28
+
29
body {
30
overscroll-behavior: none;
31
margin: 0;
@@ -49,7 +54,7 @@
49
54
display: flex;
50
55
width: 800px;
51
56
max-width: 800px;
52
- height:600px;
57
+ height: 600px;
53
58
max-height: 600px;
59
overflow: hidden;
60
@@ -64,7 +69,7 @@
64
69
background: rgba(0 0 0 / 30%);
65
70
66
71
&:hover {
67
- background:rgba(0 0 0 / 60%);
72
+ background: rgba(0 0 0 / 60%);
68
73
74
75
0 commit comments