feat(SW-184): language switcher mobile/desktop functionality
This commit is contained in:
@@ -80,11 +80,12 @@
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
right: auto;
|
||||
top: var(--main-menu-mobile-height);
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
transition: right 0.3s;
|
||||
}
|
||||
|
||||
.modal[data-entering] {
|
||||
|
||||
Reference in New Issue
Block a user