Fix box-sizing

This commit is contained in:
the1812 2022-05-07 22:48:11 +08:00
parent 885cfdee59
commit 8916bd7270
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -358,6 +358,7 @@ export default {
background-color: var(--settings-panel-background);
padding-right: 8px;
height: 36px;
box-sizing: border-box;
border-bottom: 1px solid #8882;
position: sticky;
top: 0;