Revert "fix: "Border disappears on zoom out" issue" (#7377)
This reverts commit e290d8fa23.
This commit is contained in:
parent
094520c4c9
commit
d78ace4dc5
1 changed files with 0 additions and 11 deletions
|
|
@ -109,17 +109,6 @@
|
|||
.layout-main-section {
|
||||
border: 1px solid @border-color;
|
||||
border-top: 0px;
|
||||
// hack
|
||||
// https://stackoverflow.com/a/49038292/5955589
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 15px;
|
||||
bottom: 0;
|
||||
left: 15px;
|
||||
border: 1px solid @border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-main-section-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue