4,554
edits
| No edit summary Tag: Reverted | No edit summary Tag: Reverted | ||
| Line 122: | Line 122: | ||
|      position: relative; /* Add position relative */ |      position: relative; /* Add position relative */ | ||
|      z-index: 1; /* Ensure it's above the wrapper */ |      z-index: 1; /* Ensure it's above the wrapper */ | ||
|      padding:  |      padding: 0 10px 0 10px; | ||
|      transition: transform 0.001s ease, border 0.001s ease; |      transition: transform 0.001s ease, border 0.001s ease; | ||
| } | } | ||
| Line 131: | Line 131: | ||
|      border: 1px solid; |      border: 1px solid; | ||
|      background-color: white; |      background-color: white; | ||
|      padding:  |      padding: 0 10px 0 10px; | ||
| } | } | ||