Commit 7ec5240f427d2a7fec9772c30d406339ebe6d1ef

Authored by Daniela Feitosa
1 parent 748dd85b

Fix elements inside main-content were out of place

Elements with position absolute inside main-content were being shown in
wrong place, like text-editor-sidebar
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
public/designs/themes/base/style.scss
... ... @@ -302,10 +302,9 @@ body, th, td, input {
302 302 border-color: #babdb6;
303 303 border-width: 1px;
304 304 border-radius: 10px;
305   -
306 305 box-shadow: 1px 1px 2px #888888;
307   -
308 306 padding: 10px 20px;
  307 + position: relative;
309 308 }
310 309  
311 310 #content .main-block h1, #not-found h1, #access-denied h1 {
... ...