mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 21:51:16 +00:00
Use a non-breakable space to give height.
This commit is contained in:
parent
e94cef12b7
commit
b66e28df19
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
.fake-full-width-bg(@bg-color) {
|
||||
&::before {
|
||||
content: '';
|
||||
content: '\00a0';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
right: 100%;
|
||||
background-color: @bg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue