ranWang commited on
Commit
6021073
1 Parent(s): ead7599

fix boder bug in ::before

Browse files
Files changed (1) hide show
  1. app.css +2 -2
app.css CHANGED
@@ -175,11 +175,11 @@
175
  border-radius: 10px 0px 10px 0px;
176
  position: absolute;
177
  left: 0;
178
- top: 0;
179
  border-right: 1px solid rgba(0, 0, 0, 0.15);
180
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
181
  border-left: 0;
182
- border-bottom: 0;
183
  padding: 6px 12px;
184
  }
185
 
 
175
  border-radius: 10px 0px 10px 0px;
176
  position: absolute;
177
  left: 0;
178
+ top: -1px;
179
  border-right: 1px solid rgba(0, 0, 0, 0.15);
180
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
181
  border-left: 0;
182
+ border-top: 0;
183
  padding: 6px 12px;
184
  }
185